diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-13 16:06:39 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-13 16:06:39 +0800 |
commit | f6262756ddb9358e7f5ba5b6b280590143bb4207 (patch) | |
tree | e2a6c5d6be556e373ae84078c9ed6010e9c94088 /devel/ac-archive/Makefile | |
parent | a3b48421ee724a7e80cb6c7542196f58524286c1 (diff) | |
download | freebsd-ports-gnome-f6262756ddb9358e7f5ba5b6b280590143bb4207.tar.gz freebsd-ports-gnome-f6262756ddb9358e7f5ba5b6b280590143bb4207.tar.zst freebsd-ports-gnome-f6262756ddb9358e7f5ba5b6b280590143bb4207.zip |
*** empty log message ***
Diffstat (limited to 'devel/ac-archive/Makefile')
-rw-r--r-- | devel/ac-archive/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/ac-archive/Makefile b/devel/ac-archive/Makefile new file mode 100644 index 000000000000..4c38270e226d --- /dev/null +++ b/devel/ac-archive/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: ac-archive +# Date Created: 10 December 2001 +# Whom: kerion +# +# $FreeBSD$ +# + +PORTNAME= ac-archive +PORTVERSION= 0.5.32 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= matt@kerion.net + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |