diff options
Diffstat (limited to 'graphics/crw/Makefile')
-rw-r--r-- | graphics/crw/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/crw/Makefile b/graphics/crw/Makefile new file mode 100644 index 0000000..76439b3 --- /dev/null +++ b/graphics/crw/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: crw +# Date created: 16 June 2002 +# Whom: dillon +# +# $FreeBSD$ +# + +PORTNAME= crw +PORTVERSION= 1.01 +CATEGORIES= graphics +MASTER_SITES= http://apollo.backplane.com/FreeBSDPorts/ +#MASTER_SITE_SUBDIR= cp + +MAINTAINER= dillon@FreeBSD.ORG + +MAN1= crw.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> |