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)
30 lines
813 B
Makefile
30 lines
813 B
Makefile
# New ports collection makefile for: gnome-swallow
|
|
# Date created: 16 April 2003
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnome-swallow
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= http://interreality.org/~tetron/technology/swallow/
|
|
|
|
MAINTAINER= marcus@FreeBSD.org
|
|
COMMENT= Applet that swallows any X11 application into the GNOME 2 panel
|
|
|
|
USE_XORG= x11
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomeprefix gnomehack gnomepanel
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \
|
|
${WRKSRC}/GNOME_Swallow.server
|
|
|
|
.include <bsd.port.mk>
|