summaryrefslogtreecommitdiff
path: root/x11/xaniroc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xaniroc/Makefile')
-rw-r--r--x11/xaniroc/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/xaniroc/Makefile b/x11/xaniroc/Makefile
new file mode 100644
index 00000000000..f866a31e4f1
--- /dev/null
+++ b/x11/xaniroc/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: xaniroc
+# Version required: 0.3
+# Date created: 20 Sep 1997
+# Whom: Stefan Zehl <sec@42.org>
+#
+# $FreeBSD: ports/x11/xaniroc/Makefile,v 1.4 1999/08/31 02:50:46 peter Exp $
+#
+
+DISTNAME= xaniroc
+PKGNAME= xaniroc-1.02
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.freebird.org/unixware/freebird/x11/utils/ \
+ ftp://netlab1.usu.edu/pub/mirror/freebird/x11/utils/
+EXTRACT_SUFX= .src.tar.Z
+
+MAINTAINER= sec@42.org
+
+USE_IMAKE= yes
+MAN1= xaniroc.1
+
+post-extract:
+ ${MV} ${WRKSRC}/manpage.1 ${WRKSRC}/xaniroc.man
+
+.include <bsd.port.mk>