aboutsummaryrefslogtreecommitdiff
path: root/devel/picprog/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-01 04:03:47 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-01 04:03:47 +0000
commit339b3702f6e247ff9651aaf4686c34bbf95b9b88 (patch)
treec973d4bfd8ef598b51834bc0b5fe0c194aa7682c /devel/picprog/Makefile
parentc9a17392975a1868e0930aeb54c6f9ea39f2716e (diff)
downloadports-339b3702f6e247ff9651aaf4686c34bbf95b9b88.tar.gz
ports-339b3702f6e247ff9651aaf4686c34bbf95b9b88.zip
Notes
Diffstat (limited to 'devel/picprog/Makefile')
-rw-r--r--devel/picprog/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/picprog/Makefile b/devel/picprog/Makefile
new file mode 100644
index 000000000000..c0a095216e40
--- /dev/null
+++ b/devel/picprog/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: picprog
+# Version required: 1.0
+# Date created: 31 August 1999
+# Whom: Johan Kerckaert <kirk@bricsnet.com>
+#
+# $FreeBSD$
+#
+
+DISTNAME= picprog-1.0
+CATEGORIES= devel
+MASTER_SITES= http://hyvatti.iki.fi/~jaakko/pic/
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+
+MAN1= picprog.1
+
+#post-patch:
+# $(CP) ${PATCHDIR}/getopt* ${WRKSRC}
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/picprog
+ ${INSTALL_MAN} ${WRKSRC}/picprog.html ${PREFIX}/share/doc/picprog
+ ${INSTALL_MAN} ${WRKSRC}/*.gif ${PREFIX}/share/doc/picprog
+.endif
+
+.include <bsd.port.mk>