summaryrefslogtreecommitdiff
path: root/x11/gnomelibs/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-05-28 19:50:56 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-05-28 19:50:56 +0000
commitd9dd45d404959c588d55e413b758d5a9e8c42feb (patch)
treeb9f350d1eb8bcb88062569355bec500d7285ebd5 /x11/gnomelibs/Makefile
parentnet-im/gnomeicu2 -> net-im/gnomeicu (diff)
x11/gnomelibs -> x11/gnome-libs
Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for japanese/gnomelibs, chase the rename. PR: ports/97985 Repocopy by: marcus
Notes
Notes: svn path=/head/; revision=163763
Diffstat (limited to '')
-rw-r--r--x11/gnomelibs/Makefile53
1 files changed, 0 insertions, 53 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile
deleted file mode 100644
index 6f6e4fdee1f1..000000000000
--- a/x11/gnomelibs/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# New ports collection makefile for: gnomelibs
-# Date created: 17 June 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnomelibs
-PORTVERSION= 1.4.2
-PORTREVISION= 4
-CATEGORIES?= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gnome-libs/1.4
-DISTNAME= gnome-libs-${PORTVERSION}
-DIST_SUBDIR= gnome
-
-MAINTAINER?= gnome@FreeBSD.org
-COMMENT= Libraries for GNOME, a GNU desktop environment
-
-BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
-RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_XPM= yes
-USE_PERL5= yes
-USE_GMAKE= yes
-USE_GNOME= gnomehack gnomeprefix esound gtk12 imlib libxml orbit
-USE_GETTEXT= yes
-INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-test-gnome
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-MAN1= dns-helper.1 gconfigger.1 gnome-bug.1 gnome-config.1 \
- gnome-doc.1 gnome-dump-metadata.1 gnome-gen-mimedb.1 \
- gnome-mkstub.1 gnome-moz-remote.1 gnome-name-service.1 \
- gnome-pty-helper.1 gnome.1 gnome_segv.1 goad-browser.1 \
- libart-config.1 loadshlib.1 new-object.1
-MAN5= gnome-mime.5
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- ${WRKSRC}/gnome-config.in ${WRKSRC}/libgnome/gnome-util.c
-
-# need to make launched gnome-terminals appear in utmp/wtmp
-.if !target(post-install)
-post-install:
- @${CHMOD} u+s ${PREFIX}/bin/gnome-pty-helper
-.endif
-
-.include <bsd.port.mk>