summaryrefslogtreecommitdiffstats
path: root/news/slrnface/Makefile
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2002-08-22 20:03:15 +0000
committerobraun <obraun@FreeBSD.org>2002-08-22 20:03:15 +0000
commit8066606fb2e4439a319234f9ae9ed70b44854377 (patch)
tree1376afae9fb88f95b47da40a6b40982777b3831e /news/slrnface/Makefile
parent4b9e0f07bfdac7575be92aeb13c065ff2cb91b42 (diff)
downloadFreeBSD-ports-8066606fb2e4439a319234f9ae9ed70b44854377.zip
FreeBSD-ports-8066606fb2e4439a319234f9ae9ed70b44854377.tar.gz
Add slrnface 1.2, shows X-Faces from slrn in X11 terminal emulator.
PR: ports/36967 Approved by: dwcjr (mentor)
Diffstat (limited to 'news/slrnface/Makefile')
-rw-r--r--news/slrnface/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/news/slrnface/Makefile b/news/slrnface/Makefile
new file mode 100644
index 0000000..224fd61
--- /dev/null
+++ b/news/slrnface/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: slrnface
+# Date created: 10 April 2002
+# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= slrnface
+PORTVERSION= 1.2
+CATEGORIES= news
+MASTER_SITES= http://fly.cc.fer.hr/~dave/slrnface/
+
+MAINTAINER= obraun@FreeBSD.org
+
+LIB_DEPENDS= compface:${PORTSDIR}/mail/faces
+
+ALL_TARGET= slrnface
+
+USE_XLIB= yes
+USE_GMAKE= yes
+
+post-patch:
+ @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/Makefile
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/slrnface ${PREFIX}/bin
+ ${MKDIR} ${EXAMPLESDIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/slrnface.sl ${EXAMPLESDIR}
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud