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 deskutils/superswitcher, devel/configgen and devel/gnome2-hacker-tools, chase the rename. PR: ports/97985 Repocopy by: marcus
31 lines
889 B
Makefile
31 lines
889 B
Makefile
# New ports collection makefile for: gnome2-hacker-tools
|
|
# Date created: 07 January 2004
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/devel/gnome2-hacker-tools/Makefile,v 1.40 2005/08/11 02:55:29 marcus Exp $
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= devel gnome
|
|
PKGNAMESUFFIX= -hacker-tools
|
|
|
|
COMMENT= GNOME 2 development tools
|
|
|
|
RUN_DEPENDS= mlview:${PORTSDIR}/editors/mlview \
|
|
gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \
|
|
glade-2:${PORTSDIR}/devel/glade2 \
|
|
ghex2:${PORTSDIR}/editors/ghex \
|
|
gob2:${PORTSDIR}/devel/gob2 \
|
|
conglomerate:${PORTSDIR}/editors/conglomerate \
|
|
meld:${PORTSDIR}/textproc/meld \
|
|
gtranslator:${PORTSDIR}/devel/gtranslator \
|
|
regexxer:${PORTSDIR}/devel/regexxer \
|
|
anjuta:${PORTSDIR}/devel/anjuta
|
|
|
|
MASTERDIR= ${.CURDIR}/../../x11/gnome2
|
|
GNOME_SLAVE= yes
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
.include "${MASTERDIR}/Makefile"
|