diff options
author | Matthew Dillon <dillon@FreeBSD.org> | 1999-10-31 16:27:20 +0000 |
---|---|---|
committer | Matthew Dillon <dillon@FreeBSD.org> | 1999-10-31 16:27:20 +0000 |
commit | ec37f71ab7dbcd267b253fcd3edd1526d33ec757 (patch) | |
tree | 7b8f2ec42410f7cc1efca50807ee3f75cac561a3 /sysutils/cpdup/Makefile | |
parent | 4a7d1f00e0fe567cecadd659bf83e4dcf4ff2f0c (diff) | |
download | ports-ec37f71ab7dbcd267b253fcd3edd1526d33ec757.tar.gz ports-ec37f71ab7dbcd267b253fcd3edd1526d33ec757.zip |
Notes
Diffstat (limited to 'sysutils/cpdup/Makefile')
-rw-r--r-- | sysutils/cpdup/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/cpdup/Makefile b/sysutils/cpdup/Makefile new file mode 100644 index 000000000000..a1cb811d8143 --- /dev/null +++ b/sysutils/cpdup/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: cpdup +# Version required: 3.* +# Date created: 28 Oct 1999 +# Whom: dillon +# +# $FreeBSD$ +# + +DISTNAME= cpdup-1.02 +CATEGORIES= sysutils +MASTER_SITES= http://www.backplane.com/FreeBSDPorts/ +#MASTER_SITE_SUBDIR= cp + +MAINTAINER= dillon@FreeBSD.ORG + +MAN1= cpdup.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> |