diff options
author | (no author) <(no author)@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-15 05:59:50 +0800 |
---|---|---|
committer | (no author) <(no author)@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-15 05:59:50 +0800 |
commit | 73cb2357a7c7f905403cf41592bcbd7286fd85ae (patch) | |
tree | 2f5e26903a1f136a9e2f54af42475b280a215a6d /deskutils/gucharmap/Makefile | |
parent | fd170dfee433454a5e1f74c295bf23f3835894c0 (diff) | |
download | marcuscom-ports-GNOME_2_6.tar marcuscom-ports-GNOME_2_6.tar.gz marcuscom-ports-GNOME_2_6.tar.bz2 marcuscom-ports-GNOME_2_6.tar.lz marcuscom-ports-GNOME_2_6.tar.xz marcuscom-ports-GNOME_2_6.tar.zst marcuscom-ports-GNOME_2_6.zip |
This commit was manufactured by cvs2svn to create branch 'GNOME_2_6'.GNOME_2_6
git-svn-id: svn://creme-brulee.marcuscom.com/ports/branches/GNOME_2_6@2058 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gucharmap/Makefile')
-rw-r--r-- | deskutils/gucharmap/Makefile | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile deleted file mode 100644 index 2d5ad992b..000000000 --- a/deskutils/gucharmap/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: gucharmap -# Date created: 02 Mar 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/deskutils/gucharmap/Makefile,v 1.16 2004/02/04 05:19:14 marcus Exp $ -# - -PORTNAME= gucharmap -PORTVERSION= 1.3.1 -CATEGORIES= deskutils gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.3 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A Unicode/ISO10646 character map and font viewer - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gtk20 -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> - -.if ${HAVE_GNOME:Mlibgnomeui}!="" -USE_GNOME+= libgnomeui -PKGNAMESUFFIX= -gnome -.else -CONFIGURE_ARGS= --disable-gnome -.endif - -.include <bsd.port.post.mk> |