2006-01-07 04:13:05 +01:00
|
|
|
# New ports collection makefile for: superswitcher
|
|
|
|
# Date Created: 02 Jan 2006
|
|
|
|
# Whom: Remington Lang <MrL0Lz@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2007-10-25 01:37:25 +02:00
|
|
|
#
|
2006-01-07 04:13:05 +01:00
|
|
|
|
|
|
|
PORTNAME= superswitcher
|
2006-05-20 23:43:26 +02:00
|
|
|
PORTVERSION= 0.3
|
2009-07-31 15:57:52 +02:00
|
|
|
PORTREVISION= 3
|
2006-01-07 04:13:05 +01:00
|
|
|
CATEGORIES= deskutils gnome
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/browserbookapp/${PORTNAME}/${PORTVERSION}
|
2006-05-20 23:43:26 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
2006-01-07 04:13:05 +01:00
|
|
|
|
2008-09-03 04:50:57 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-01-07 04:13:05 +01:00
|
|
|
COMMENT= Alt-Tab replacement
|
|
|
|
|
2006-05-28 03:57:42 +02:00
|
|
|
BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common
|
|
|
|
RUN_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common
|
2006-01-07 04:13:05 +01:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gtk20 libwnck pango
|
2007-10-25 01:37:25 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${RM} -f
|
2006-01-07 04:13:05 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's/x11//g' ${WRKSRC}/configure
|
2007-10-25 01:37:25 +02:00
|
|
|
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|-D.*_DISABLE_DEPRECATED||g'
|
2006-01-07 04:13:05 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|