diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-17 12:47:05 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-17 12:47:05 +0000 |
commit | 41fad6a94ce597beaff2bc26968256265cf810c9 (patch) | |
tree | 11e535b1f23957950de70a6976899a734bc3f17c /x11/xaniroc/Makefile | |
parent | 5f1d384846b1eb47fed56c9ca3567f6f73abb3e4 (diff) | |
download | ports-41fad6a94ce597beaff2bc26968256265cf810c9.tar.gz ports-41fad6a94ce597beaff2bc26968256265cf810c9.zip |
Notes
Diffstat (limited to 'x11/xaniroc/Makefile')
-rw-r--r-- | x11/xaniroc/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/xaniroc/Makefile b/x11/xaniroc/Makefile new file mode 100644 index 000000000000..ec8be96c4447 --- /dev/null +++ b/x11/xaniroc/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xaniroc +# Version required: 0.3 +# Date created: 20 Sep 1997 +# Whom: Stefan Zehl <sec@42.org> +# +# $Id$ +# + +DISTNAME= xaniroc +PKGNAME= xaniroc-1.02 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.freebird.org/unixware/freebird/x11/utils/ \ + ftp://sunsite.cnlab-switch.ch/mirror/novell/freebird/x11/utils/ +EXTRACT_SUFX= .src.tar.Z + +MAINTAINER= sec@42.org + +USE_IMAKE= yes + +post-extract: + ${MV} ${WRKSRC}/manpage.1 ${WRKSRC}/xaniroc.man + +.include <bsd.port.mk> |