diff options
Diffstat (limited to 'net/linc/Makefile')
-rw-r--r-- | net/linc/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net/linc/Makefile b/net/linc/Makefile deleted file mode 100644 index d8cdf7514..000000000 --- a/net/linc/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: linc -# Date Created: 12 February 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= linc -PORTVERSION= 1.0.1 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org - -LIB_DEPENDS= glib-2.0.200:${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> |