diff options
Diffstat (limited to 'archivers/sectar/Makefile')
-rw-r--r-- | archivers/sectar/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/archivers/sectar/Makefile b/archivers/sectar/Makefile new file mode 100644 index 000000000000..4e25b128c4d3 --- /dev/null +++ b/archivers/sectar/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: sectar +# Date created: 22 January 2001 +# Whom: George Reid <greid@ukug.uk.freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= sectar +PORTVERSION= 0.8 +CATEGORIES= archivers +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= star + +MAINTAINER= greid@ukug.uk.freebsd.org + +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lgnugetopt" +USE_LIBTOOL= yes + +.include <bsd.port.mk> |