diff options
Diffstat (limited to 'security/gsfv/Makefile')
-rw-r--r-- | security/gsfv/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/security/gsfv/Makefile b/security/gsfv/Makefile new file mode 100644 index 000000000000..9a0ef57ddc64 --- /dev/null +++ b/security/gsfv/Makefile @@ -0,0 +1,21 @@ +# ex:ts=8 +# Ports collection makefile for: gsfv +# Date created: 18 September 2002 +# Whom: Frederic Cambus +# +# $FreeBSD$ +# + +PORTNAME= gsfv +PORTVERSION= 0.2.1 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ijliao + +MAINTAINER= ports@FreeBSD.org + +USE_GNOMENG= yes +USE_GNOME= gtk12 +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |