summaryrefslogtreecommitdiff
path: root/www/netrik/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/netrik/Makefile')
-rw-r--r--www/netrik/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/www/netrik/Makefile b/www/netrik/Makefile
new file mode 100644
index 000000000000..bdaced447ac1
--- /dev/null
+++ b/www/netrik/Makefile
@@ -0,0 +1,35 @@
+# ex:ts=8 -*-mode: makefile-*-
+#
+# New ports collection makefile for: netrik
+# Date created: 2002-12-23
+# Whom: Alan Eldridge <alane@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= netrik
+PORTVERSION= 1.2.0
+PORTREVISION= 0
+PORTEPOCH= 0
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=${PORTNAME}
+
+MAINTAINER= freebsd-ports@FreeBSD.org
+
+LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+
+CPPFLAGS= -I${LOCALBASE}/include
+LDFLAGS= -Wl,-rpath,${LOCALBASE}/lib
+LIBS= -L${LOCALBASE}/lib -lgnugetopt
+CONFIGURE_ENV+= CPPFLAGS="${CPPLAGS}" LIBS="${LIBS}" #LDFLAGS="${LDFLAGS}"
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+.include "${.CURDIR}/manpages.mk"
+
+.include <bsd.port.pre.mk>
+.include <bsd.port.post.mk>
+
+#EOF