blob: 848461a816a60cf4426668e1b367e5b26381fbb0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# New ports collection makefile for: xc-mail
# Date created: 2000-10-01
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= xc-mail
PORTVERSION= 2.2
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= mail
MASTER_SITES= SF
MASTER_SITE_SUBDIR= xcmail
MAINTAINER= ports@FreeBSD.org
COMMENT= Mail client for X which supports POP and PGP
LIB_DEPENDS= Xclasses.1:${PORTSDIR}/x11-toolkits/xclasses
GNU_CONFIGURE= yes
ONLY_FOR_ARCHS= arm i386
USE_GMAKE= yes
USE_XORG= x11
CONFIGURE_ARGS= --includedir=${LOCALBASE}/include/ \
--libdir=${LOCALBASE}/lib/
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e "s|expr $1|expr -- $1|g" ${WRKSRC}/plugins/linkshared.in
@${REINPLACE_CMD} -e "s|expr $1|expr -- $1|g" ${WRKSRC}/src/linktool
post-install:
chown ${BINOWN}:mail ${PREFIX}/bin/xc-mail
chmod g+s ${PREFIX}/bin/xc-mail
.include <bsd.port.mk>
|