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$
|
2007-10-25 01:37:25 +02:00
|
|
|
# $MCom: ports/deskutils/gucharmap/Makefile,v 1.41 2007/09/18 12:13:31 ahze Exp $
|
2003-03-02 22:05:41 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gucharmap
|
2007-10-25 01:37:25 +02:00
|
|
|
PORTVERSION= 1.10.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}
|
2006-04-30 02:47:21 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
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
|
2006-10-14 10:35:50 +02:00
|
|
|
USE_XLIB= yes
|
2003-03-02 22:05:41 +01:00
|
|
|
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
|
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
|
2006-04-30 02:47:21 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2003-03-02 22:05:41 +01:00
|
|
|
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
|
|
|
|
2007-07-29 21:16:39 +02:00
|
|
|
.if defined(PACKAGE_BUILDING)
|
2003-08-22 19:19:36 +02:00
|
|
|
.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>
|