2003-03-02 21:05:41 +00:00
|
|
|
# New ports collection makefile for: gucharmap
|
|
|
|
# Date created: 02 Mar 2003
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-04-30 00:47:21 +00:00
|
|
|
# $MCom: ports/deskutils/gucharmap/Makefile,v 1.24 2006/04/13 07:52:31 bland Exp $
|
2003-03-02 21:05:41 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gucharmap
|
2006-04-30 00:47:21 +00:00
|
|
|
PORTVERSION= 1.6.0
|
2003-08-07 02:27:51 +00:00
|
|
|
CATEGORIES= deskutils gnome
|
2003-04-04 07:37:39 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2006-04-30 00:47:21 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
2003-04-04 07:37:39 +00:00
|
|
|
DIST_SUBDIR= gnome2
|
2003-03-02 21:05:41 +00:00
|
|
|
|
2003-06-13 01:11:09 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-02 21:05:41 +00:00
|
|
|
COMMENT= A Unicode/ISO10646 character map and font viewer
|
|
|
|
|
2004-03-22 21:16:06 +00:00
|
|
|
BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
2003-04-11 23:38:47 +00:00
|
|
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
2004-03-22 21:16:06 +00:00
|
|
|
RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
2003-03-02 21:05:41 +00:00
|
|
|
|
2003-04-04 07:37:39 +00:00
|
|
|
USE_BZIP2= yes
|
2006-04-30 00:47:21 +00:00
|
|
|
USE_GETTEXT= yes
|
2003-03-02 21:05:41 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2005-11-05 04:53:48 +00:00
|
|
|
USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils
|
2003-05-03 15:54:19 +00:00
|
|
|
WANT_GNOME= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-11-23 02:23:08 +00:00
|
|
|
INSTALLS_OMF= yes
|
2003-03-02 21:05:41 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2006-04-30 00:47:21 +00:00
|
|
|
INSTALLS_ICONS= yes
|
2003-03-02 21:05:41 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-05-06 20:09:40 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-03-02 21:05:41 +00:00
|
|
|
|
2003-08-22 17:19:36 +00:00
|
|
|
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
|
|
|
|
.undef WITHOUT_GNOME
|
|
|
|
.undef WITHOUT_ALL
|
|
|
|
WITH_GNOME= yes
|
|
|
|
.endif
|
|
|
|
|
2003-03-02 21:05:41 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-05-03 15:54:19 +00:00
|
|
|
.if ${HAVE_GNOME:Mlibgnomeui}!=""
|
|
|
|
USE_GNOME+= libgnomeui
|
2005-11-05 04:53:48 +00:00
|
|
|
PKGNAMESUFFIX:= -gnome
|
2003-03-02 21:05:41 +00:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS= --disable-gnome
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|