diff options
Diffstat (limited to 'security/authforce/Makefile')
-rw-r--r-- | security/authforce/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/authforce/Makefile b/security/authforce/Makefile new file mode 100644 index 0000000..967e43c --- /dev/null +++ b/security/authforce/Makefile @@ -0,0 +1,29 @@ +# Ports collection makefile for: authforce +# Date created: 08.05.2002 +# Whom: Andrey A. Chernov <ache@freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= authforce +PORTVERSION= 0.9.6 +CATEGORIES= security www +MASTER_SITES= http://kapheine.hypa.net/authforce/ + +MAINTAINER= ache@FreeBSD.org + +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ + curl.2:${PORTSDIR}/ftp/curl \ + intl.2:${PORTSDIR}/devel/gettext + +USE_BZIP2= yes + +GNU_CONFIGURE= yes +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + LIBS="-lgnugetopt -lintl" + +MAN1= authforce.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> |