summaryrefslogtreecommitdiffstats
path: root/net/linc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/linc/Makefile')
-rw-r--r--net/linc/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/net/linc/Makefile b/net/linc/Makefile
new file mode 100644
index 000000000..631ea5700
--- /dev/null
+++ b/net/linc/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: linc
+# Date Created: 12 February 2002
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD: ports/net/linc/Makefile,v 1.23 2002/09/20 17:07:10 marcus Exp $
+#
+
+PORTNAME= linc
+PORTVERSION= 0.7.0
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.7
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+
+LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomehack
+INSTALLS_SHLIB= yes
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
+ --disable-gtk-doc
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+
+.include <bsd.port.mk>