diff options
Diffstat (limited to 'lang/librep2/Makefile')
-rw-r--r-- | lang/librep2/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/lang/librep2/Makefile b/lang/librep2/Makefile deleted file mode 100644 index 8adba7a86110..000000000000 --- a/lang/librep2/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: librep -# Date created: 13 September 1999 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= librep -PORTVERSION= 0.12.3 -CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= nakai@FreeBSD.org - -LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ - intl.1:${PORTSDIR}/devel/gettext - -PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL} VERSION=${PORTVERSION} - -USE_NEWGCC= yes -USE_GMAKE= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lxpg4 -lintl" - -.include <bsd.port.mk> |