summaryrefslogtreecommitdiffstats
path: root/mail/xfaces
diff options
context:
space:
mode:
Diffstat (limited to 'mail/xfaces')
-rw-r--r--mail/xfaces/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/mail/xfaces/Makefile b/mail/xfaces/Makefile
index 42297ee..b66d3fa 100644
--- a/mail/xfaces/Makefile
+++ b/mail/xfaces/Makefile
@@ -5,28 +5,26 @@
# With some
# modifications from: Andreas Klemm <andreas@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.1.1.1 1996/12/14 22:33:02 andreas Exp $
+# $Id: Makefile,v 1.2 1996/12/16 14:42:10 markm Exp $
#
DISTNAME= xfaces-3.3
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/xfaces/ \
ftp://odie.physik2.uni-rostock.de/pub/
+EXTRACT_SUFX= .tar.Z
MAINTAINER= Lars_Koeller@odie.physik2.uni-rostock.de
BUILD_DEPENDS= ${X11BASE}/lib/libaudio.a:${PORTSDIR}/audio/nas
-LIB_DEPENDS= compface:${PORTSDIR}/mail/faces
-
-EXTRACT_SUFX= .tar.Z
+LIB_DEPENDS= compface\\.1\\.:${PORTSDIR}/mail/faces
-USE_X11= YES
USE_IMAKE= YES
pre-configure:
- @(cd ${WRKSRC}; tar xvzf ${FILESDIR}/sounds.tar.gz)
+ @(cd ${WRKSRC}; tar xzf ${FILESDIR}/sounds.tar.gz)
pre-install:
- @mkdir -p /usr/local/share/sounds
+ @${MKDIR} ${LOCALBASE}/share/sounds
.include <bsd.port.mk>
OpenPOWER on IntegriCloud