freebsd-ports/deskutils/gucharmap/Makefile

47 lines
1,005 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 1
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
MAINTAINER= gnome@FreeBSD.org
COMMENT= A Unicode/ISO10646 character map and font viewer
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
2003-04-04 09:37:39 +02:00
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gtk20
2003-05-03 17:54:19 +02:00
WANT_GNOME= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
.undef WITHOUT_GNOME
.undef WITHOUT_ALL
WITH_GNOME= yes
.endif
.include <bsd.port.pre.mk>
2003-05-03 17:54:19 +02:00
.if ${HAVE_GNOME:Mlibgnomeui}!=""
USE_GNOME+= libgnomeui
PKGNAMESUFFIX= -gnome
.else
CONFIGURE_ARGS= --disable-gnome
.endif
.include <bsd.port.post.mk>