summaryrefslogtreecommitdiff
path: root/mail/faces/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-02-25 16:01:26 +0000
committeragc <agc@pkgsrc.org>1998-02-25 16:01:26 +0000
commit205fd48e2c7139805a194bd53e44ab05c950138c (patch)
treea6aff9d2a263b03de5f856e27443649fca097723 /mail/faces/Makefile
parent784993221c6d572a9e6c13a8cc180cff0f57c653 (diff)
downloadpkgsrc-205fd48e2c7139805a194bd53e44ab05c950138c.tar.gz
Initial import of faces-1.6.1, utilities for manipulating face bitmaps
and icons, into the NetBSD packages collection, from the FreeBSD port.
Diffstat (limited to 'mail/faces/Makefile')
-rw-r--r--mail/faces/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile
new file mode 100644
index 00000000000..a24b7015d5b
--- /dev/null
+++ b/mail/faces/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: faces-1.6.1
+# Version required: 1.6.1
+# Date created: 09 December 96
+# Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
+# Andreas Klemm <andreas@FreeBSD.ORG>
+#
+# FreeBSD Id: Makefile,v 1.5 1997/11/17 18:47:53 max Exp
+#
+
+DISTNAME= faces-1.6.1
+CATEGORIES= mail
+MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/ \
+ ftp://odie.physik2.uni-rostock.de/pub/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
+
+WRKSRC= $(WRKDIR)/faces
+MAN1= compface.1 faces.1 face_update.1
+MAN3= compface.3
+
+post-install:
+ ${LDCONFIG} -m ${PREFIX}/lib
+.if !defined(NOMANCOMPRESS)
+ @${RM} ${PREFIX}/man/man1/uncompface.1 ${PREFIX}/man/man3/uncompface.3
+ @ln -fs compface.1.gz ${PREFIX}/man/man1/uncompface.1.gz
+ @ln -fs compface.3.gz ${PREFIX}/man/man3/uncompface.3.gz
+.endif
+
+.include <bsd.port.mk>