diff options
author | nbm <nbm@FreeBSD.org> | 2000-01-28 16:41:09 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-01-28 16:41:09 +0000 |
commit | ba2954f02741d6ae5f9792149f199041a5638258 (patch) | |
tree | 097b5c933fea6667ad499e0a243bb94c7bcb32e1 /www/publicfile/Makefile | |
parent | 2d4e14ece675f178b9b924b9772710185f93e781 (diff) | |
download | FreeBSD-ports-ba2954f02741d6ae5f9792149f199041a5638258.zip FreeBSD-ports-ba2954f02741d6ae5f9792149f199041a5638258.tar.gz |
Import of publicfile 0.52, a combined ftp and web server by Dan
Bernstein.
Diffstat (limited to 'www/publicfile/Makefile')
-rw-r--r-- | www/publicfile/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/www/publicfile/Makefile b/www/publicfile/Makefile new file mode 100644 index 0000000..5cba29a --- /dev/null +++ b/www/publicfile/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: publicfile-0.52 +# Version required: 0.52 +# Date created: 24 Jan 2000 +# Whom: Neil Blakey-Milner +# +# $FreeBSD$ +# + +DISTNAME= publicfile-0.52 +CATEGORIES= ftp +MASTER_SITES= http://cr.yp.to/publicfile/ + +MAINTAINER= nbm@FreeBSD.org + +ALL_TARGET= it +INSTALL_TARGET= setup check + +post-patch: + @echo "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc + @echo "${CC} -s" > ${WRKSRC}/conf-ld + @echo "${PREFIX}" > ${WRKSRC}/conf-home + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> |