summaryrefslogtreecommitdiff
path: root/news/newspost/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/newspost/Makefile')
-rw-r--r--news/newspost/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/news/newspost/Makefile b/news/newspost/Makefile
new file mode 100644
index 000000000000..faa0448b5026
--- /dev/null
+++ b/news/newspost/Makefile
@@ -0,0 +1,35 @@
+# ex:ts=8
+# Ports collection makefile for: newspost
+# Date created: Tue Jul 23, 2002
+# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
+#
+# $FreeBSD$
+#
+
+PORTNAME= newspost
+PORTVERSION= 2.0
+CATEGORIES= news
+MASTER_SITES= http://newspost.unixcab.org/download/
+
+MAINTAINER= mich@freebsdcluster.org
+
+DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}
+
+USE_REINPLACE= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e "s|^CC|#CC|g" \
+ -e "s|^OPT_FLAGS|#OPT_FLAGS|g" ${WRKSRC}/Makefile
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_MAN} ${WRKSRC}/man/man1/newspost.1 ${PREFIX}/man/man1
+
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
+.endif
+
+MAN1= newspost.1
+
+.include <bsd.port.mk>