diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-10 13:27:38 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-10 13:27:38 +0800 |
commit | 4530b5eef69a3ae9fedf798a89c01deb09822b98 (patch) | |
tree | 26bc2a2fb32b8d49f18a320a98b85d82646156d4 /devel/libunicode/Makefile | |
parent | 0bfbc6bf7fbabe82670a3989dc33cc9cc768fece (diff) | |
download | marcuscom-ports-4530b5eef69a3ae9fedf798a89c01deb09822b98.tar marcuscom-ports-4530b5eef69a3ae9fedf798a89c01deb09822b98.tar.gz marcuscom-ports-4530b5eef69a3ae9fedf798a89c01deb09822b98.tar.bz2 marcuscom-ports-4530b5eef69a3ae9fedf798a89c01deb09822b98.tar.lz marcuscom-ports-4530b5eef69a3ae9fedf798a89c01deb09822b98.tar.xz marcuscom-ports-4530b5eef69a3ae9fedf798a89c01deb09822b98.tar.zst marcuscom-ports-4530b5eef69a3ae9fedf798a89c01deb09822b98.zip |
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9550 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libunicode/Makefile')
-rw-r--r-- | devel/libunicode/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile new file mode 100644 index 000000000..4d2a8614f --- /dev/null +++ b/devel/libunicode/Makefile @@ -0,0 +1,31 @@ +# 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> |