diff options
Diffstat (limited to 'devel/libunicode/Makefile')
-rw-r--r-- | devel/libunicode/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile deleted file mode 100644 index 4d2a8614f..000000000 --- a/devel/libunicode/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: libunicode -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= libunicode -PORTVERSION= 0.4 -PORTREVISION= 8 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/libunicode/0.4 -DISTNAME= ${PORTNAME}-${PORTVERSION}.gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A library for manipulating Unicode characters and strings - -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes -USE_XLIB= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ - --datadir=${PREFIX}/share -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -.include <bsd.port.mk> |