diff options
Diffstat (limited to 'net/satellite/Makefile')
-rw-r--r-- | net/satellite/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/net/satellite/Makefile b/net/satellite/Makefile new file mode 100644 index 000000000000..0b8f7e93ec06 --- /dev/null +++ b/net/satellite/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: satellite +# Date created: 24 Feb 2001 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= satellite +PORTVERSION= 1.0.2 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/network + +MAINTAINER= mark@kyne.com.au + +LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \ + LDFLAGS='-L${LOCALBASE}/lib' +CONFIGURE_ARGS+= --localstatedir=/var/log + +MAN8= satcfg.8 satellite.8 satellited.8 satwatch.8 + +pre-install: + @${SH} pkg-install ${PKGNAME} PRE-INSTALL + +post-install: + @${SH} pkg-install ${PKGNAME} POST-INSTALL + +.include <bsd.port.mk> |