090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
36 lines
921 B
Makefile
36 lines
921 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
|
|
PORTREVISION= 2
|
|
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
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
post-extract:
|
|
@${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${RM} -f
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's/x11//g' ${WRKSRC}/configure
|
|
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
|
's|-D.*_DISABLE_DEPRECATED||g'
|
|
|
|
.include <bsd.port.mk>
|