2003-03-02 22:05:41 +01:00
|
|
|
# New ports collection makefile for: gucharmap
|
|
|
|
# Date created: 02 Mar 2003
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2010-11-20 16:37:08 +01:00
|
|
|
# $MCom: ports/deskutils/gucharmap/Makefile,v 1.75 2010/11/13 13:05:08 kwm Exp $
|
2003-03-02 22:05:41 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gucharmap
|
2010-11-20 16:37:08 +01:00
|
|
|
PORTVERSION= 2.32.1
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2003-08-07 04:27:51 +02:00
|
|
|
CATEGORIES= deskutils gnome
|
2008-03-24 04:52:36 +01:00
|
|
|
MASTER_SITES= GNOME
|
2003-04-04 09:37:39 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
2003-03-02 22:05:41 +01:00
|
|
|
|
2003-06-13 03:11:09 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-02 22:05:41 +01:00
|
|
|
COMMENT= A Unicode/ISO10646 character map and font viewer
|
|
|
|
|
2007-10-25 01:37:25 +02:00
|
|
|
LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian
|
2003-03-02 22:05:41 +01:00
|
|
|
|
2003-04-04 09:37:39 +02:00
|
|
|
USE_BZIP2= yes
|
2006-04-30 02:47:21 +02:00
|
|
|
USE_GETTEXT= yes
|
2003-03-02 22:05:41 +01:00
|
|
|
USE_GMAKE= yes
|
2008-03-24 04:52:36 +01:00
|
|
|
USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-11-23 03:23:08 +01:00
|
|
|
INSTALLS_OMF= yes
|
2006-10-14 10:35:50 +02:00
|
|
|
USE_LDCONFIG= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2003-03-02 22:05:41 +01:00
|
|
|
|
2008-03-24 04:52:36 +01:00
|
|
|
GCONF_SCHEMAS= gucharmap.schemas
|
2003-08-22 19:19:36 +02:00
|
|
|
|
2008-03-24 04:52:36 +01:00
|
|
|
.include <bsd.port.mk>
|