diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-06-17 07:48:20 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-06-17 07:48:20 +0800 |
commit | 9ae02ed8204fb0abf98381760b7781e458bd369f (patch) | |
tree | 25940ecc4a80fbebbe87424a1b9a5959e283b9d0 /deskutils/gucharmap/Makefile | |
parent | 610e1245c48720710ab2f2538261e35b1ad4c90c (diff) | |
download | marcuscom-ports-9ae02ed8204fb0abf98381760b7781e458bd369f.tar marcuscom-ports-9ae02ed8204fb0abf98381760b7781e458bd369f.tar.gz marcuscom-ports-9ae02ed8204fb0abf98381760b7781e458bd369f.tar.bz2 marcuscom-ports-9ae02ed8204fb0abf98381760b7781e458bd369f.tar.lz marcuscom-ports-9ae02ed8204fb0abf98381760b7781e458bd369f.tar.xz marcuscom-ports-9ae02ed8204fb0abf98381760b7781e458bd369f.tar.zst marcuscom-ports-9ae02ed8204fb0abf98381760b7781e458bd369f.zip |
Update to 2.23.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11058 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gucharmap/Makefile')
-rw-r--r-- | deskutils/gucharmap/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile new file mode 100644 index 000000000..0db5d88de --- /dev/null +++ b/deskutils/gucharmap/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: gucharmap +# Date created: 02 Mar 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/deskutils/gucharmap/Makefile,v 1.47 2008/03/09 22:24:55 mezz Exp $ +# + +PORTNAME= gucharmap +PORTVERSION= 2.23.4 +CATEGORIES= deskutils gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A Unicode/ISO10646 character map and font viewer + +LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2 +WANT_GNOME= yes +GNU_CONFIGURE= yes +INSTALLS_OMF= yes +USE_LDCONFIG= yes +INSTALLS_ICONS= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= gucharmap.schemas + +.include <bsd.port.mk> |