diff options
Diffstat (limited to 'security/apg/Makefile')
-rw-r--r-- | security/apg/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/security/apg/Makefile b/security/apg/Makefile new file mode 100644 index 0000000..b273fb4 --- /dev/null +++ b/security/apg/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: apg +# Date created: 1 September 2000 +# Whom: roam@orbitel.bg +# +# $FreeBSD$ +# + +PORTNAME= apg +PORTVERSION= 1.1.61b +CATEGORIES= security +MASTER_SITES= http://www.adel.nursat.kz/apg/download/ + +MAINTAINER= roam@orbitel.bg + +USE_GMAKE= yes + +MAN1= apg.1 +MAN8= apgd.8 + +.include <bsd.port.mk> |