diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1995-11-19 16:55:05 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1995-11-19 16:55:05 +0000 |
commit | 0f6cdff22384c495f4d4ee2981d5cceb87b0e174 (patch) | |
tree | ab6adaeab27be09f70b0d59e331000ba58fff0aa /news/knews/Makefile | |
parent | db3bc498bdeab17ef7aeae78f271f9641d9b3dbb (diff) | |
download | ports-0f6cdff22384c495f4d4ee2981d5cceb87b0e174.tar.gz ports-0f6cdff22384c495f4d4ee2981d5cceb87b0e174.zip |
Notes
Diffstat (limited to 'news/knews/Makefile')
-rw-r--r-- | news/knews/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile new file mode 100644 index 000000000000..79c4867071d7 --- /dev/null +++ b/news/knews/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: knews +# Version required: 0.9.3 +# Date created: Sat Nov 18 15:23:47 MET 1995 +# Whom: Andreas Klemm <andreas@knobel.gun.de> +# +# + +DISTNAME= knews-0.9.3 +PKGNAME= knews-0.9.3 +CATEGORIES+= x11 +CATEGORIES+= news +MASTER_SITES+= ftp://sunsite.unc.edu/pub/Linux/X11/xapps/networked/ +MASTER_SITES+= ftp://ftp.cc.gatech.edu/ac88/linux/X11/xapps/networked/ +MASTER_SITES+= ftp://ftp.germany.eu.net/pub/os/Linux/Mirror.SunSITE/X11/xapps/networked/ +MASTER_SITES+= ftp://ftp.funet.fi/pub/mirrors/sunsite.unc.edu/pub/Linux/X11/xapps/networked/ + +# perhaps Andreas is going to maintain it personally some day... :) +#MAINTAINER= andreas@knobel.gun.de +MAINTAINER= joerg + +USE_IMAKE= yes +MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ + XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f + +IS_INTERACTIVE= no + +.include <bsd.port.mk> |