freebsd-ports/deskutils/superswitcher/Makefile
Jeremy Messenger 4da95c5666 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 deskutils/superswitcher, devel/configgen and devel/gnome2-hacker-tools,
chase the rename.

PR:		ports/97985
Repocopy by:	marcus
2006-05-28 01:57:42 +00:00

29 lines
703 B
Makefile

# New ports collection makefile for: superswitcher
# Date Created: 02 Jan 2006
# Whom: Remington Lang <MrL0Lz@gmail.com>
#
# $FreeBSD$
PORTNAME= superswitcher
PORTVERSION= 0.3
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= browserbookapp
EXTRACT_SUFX= .tgz
MAINTAINER= MrL0Lz@gmail.com
COMMENT= Alt-Tab replacement
BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common
RUN_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common
USE_GMAKE= yes
USE_GNOME= gtk20 libwnck pango
post-patch:
@${REINPLACE_CMD} -e 's/x11//g' ${WRKSRC}/configure
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/superswitcher ${PREFIX}/bin
.include <bsd.port.mk>