diff options
Diffstat (limited to 'sysutils/xin/Makefile')
-rw-r--r-- | sysutils/xin/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/xin/Makefile b/sysutils/xin/Makefile new file mode 100644 index 0000000..7cff60d --- /dev/null +++ b/sysutils/xin/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xin +# Date created: Apr 27, 2001 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= xin +PORTVERSION= 1.0.0 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= utils/file + +MAINTAINER= mark@kyne.com.au + +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +MAN1= xin.1 + +.include <bsd.port.mk> |