diff options
author | Matthew Dillon <dillon@FreeBSD.org> | 2002-06-17 06:24:23 +0000 |
---|---|---|
committer | Matthew Dillon <dillon@FreeBSD.org> | 2002-06-17 06:24:23 +0000 |
commit | 370964307346d4af692506a46b68f13c8c6f6753 (patch) | |
tree | 928cfea8d581d80ea3d55e6f5fc5d7d1d3944297 /graphics/crw/Makefile | |
parent | 35a4ef813ef0a7df4781c2e73ba05f718cb40537 (diff) |
Notes
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 000000000000..76439b3c88bd --- /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> |