diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-08-13 21:38:11 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-08-13 21:38:11 +0000 |
commit | c26b1d2b495692599a779b61969754f9f80df540 (patch) | |
tree | a7f5ccaf5aedd55a50c09a30ba1bfb243692183d /www/demoroniser/Makefile | |
parent | cc1068f6ac4689d99e3dcd93098cbf1c3cacddc5 (diff) |
Notes
Diffstat (limited to 'www/demoroniser/Makefile')
-rw-r--r-- | www/demoroniser/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/www/demoroniser/Makefile b/www/demoroniser/Makefile new file mode 100644 index 000000000000..20e3cca11491 --- /dev/null +++ b/www/demoroniser/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: demoroniser +# Version required: 1.0 +# Date created: 07 August 1999 +# Whom: Chris D. Faulhaber <jedgar@fxp.org> +# +# $Id:$ +# + +DISTNAME= demoroniser +PKGNAME= demoroniser-1.0 +CATEGORIES= www +MASTER_SITES= http://www.fourmilab.ch/webtools/demoroniser/ + +MAINTAINER= jedgar@fxp.org + +USE_ZIP= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +MAN1= demoroniser.1 + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/demoroniser.pl ${PREFIX}/bin/demoroniser + ${INSTALL_MAN} ${WRKDIR}/demoroniser.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> |