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$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gucharmap
|
2003-11-21 00:32:44 +01:00
|
|
|
PORTVERSION= 1.2.0
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2003-08-07 04:27:51 +02:00
|
|
|
CATEGORIES= deskutils gnome
|
2003-04-04 09:37:39 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-11-21 00:32:44 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2
|
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
|
|
|
|
|
2003-04-12 01:38:47 +02:00
|
|
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
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
|
2003-04-12 01:38:47 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gtk20
|
2003-05-03 17:54:19 +02:00
|
|
|
WANT_GNOME= yes
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER= 13
|
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
|
2003-03-02 22:05:41 +01:00
|
|
|
PKGNAMESUFFIX= -gnome
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS= --disable-gnome
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|