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$
|
2005-11-05 05:53:48 +01:00
|
|
|
# $MCom: ports/deskutils/gucharmap/Makefile,v 1.12 2005/10/29 22:31:15 marcus Exp $
|
2003-03-02 22:05:41 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gucharmap
|
2005-11-05 05:53:48 +01:00
|
|
|
PORTVERSION= 1.4.4
|
|
|
|
PORTREVISION= 2
|
2003-08-07 04:27:51 +02:00
|
|
|
CATEGORIES= deskutils gnome
|
2003-04-04 09:37:39 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2004-04-05 05:11:39 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4
|
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
|
|
|
|
|
2004-03-22 22:16:06 +01:00
|
|
|
BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
2003-04-12 01:38:47 +02:00
|
|
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
2004-03-22 22:16:06 +01:00
|
|
|
RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
2003-03-02 22:05:41 +01:00
|
|
|
|
2003-04-04 09:37:39 +02:00
|
|
|
USE_BZIP2= yes
|
2003-03-02 22:05:41 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2005-11-05 05:53:48 +01:00
|
|
|
USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils
|
2003-05-03 17:54:19 +02:00
|
|
|
WANT_GNOME= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-11-23 03:23:08 +01:00
|
|
|
INSTALLS_OMF= yes
|
2003-03-02 22:05:41 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-05-06 22:09:40 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-03-02 22:05:41 +01:00
|
|
|
|
2003-08-22 19:19:36 +02:00
|
|
|
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
|
|
|
|
.undef WITHOUT_GNOME
|
|
|
|
.undef WITHOUT_ALL
|
|
|
|
WITH_GNOME= yes
|
|
|
|
.endif
|
|
|
|
|
2003-03-02 22:05:41 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-05-03 17:54:19 +02:00
|
|
|
.if ${HAVE_GNOME:Mlibgnomeui}!=""
|
|
|
|
USE_GNOME+= libgnomeui
|
2005-11-05 05:53:48 +01:00
|
|
|
PKGNAMESUFFIX:= -gnome
|
2003-03-02 22:05:41 +01:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS= --disable-gnome
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|