2000-06-29 21:29:25 +02:00
|
|
|
# New ports collection makefile for: libunicode
|
|
|
|
# Date created: 28th June 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libunicode
|
|
|
|
PORTVERSION= 0.4
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 4
|
2000-06-29 21:29:25 +02:00
|
|
|
CATEGORIES= devel gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 19:07:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/libunicode/0.4
|
2000-09-21 18:08:03 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}.gnome
|
2000-06-29 21:29:25 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A library for manipulating Unicode characters and strings
|
2000-06-29 21:29:25 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:13:inc
|
2001-06-01 22:08:36 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-06-29 21:29:25 +02:00
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
|
|
|
--datadir=${PREFIX}/share/gnome
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2004-07-12 00:43:54 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2000-06-29 21:29:25 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|