mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
38 lines
1.0 KiB
Makefile
38 lines
1.0 KiB
Makefile
|
# Ports collection Makefile for: gswitchit_applet
|
||
|
# Date created: 5 June 2000
|
||
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= gswitchit_applet
|
||
|
PORTVERSION= 0.61
|
||
|
CATEGORIES= x11 gnome
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||
|
MASTER_SITE_SUBDIR= gswitchit
|
||
|
|
||
|
MAINTAINER= sobomax@FreeBSD.org
|
||
|
|
||
|
LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \
|
||
|
gnome.4:${PORTSDIR}/x11/gnomelibs \
|
||
|
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
|
||
|
RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
|
||
|
|
||
|
USE_X_PREFIX= yes
|
||
|
USE_LIBTOOL= yes
|
||
|
|
||
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||
|
--datadir=${PREFIX}/share/gnome
|
||
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||
|
|
||
|
MAN1= gswitchit_applet.1
|
||
|
|
||
|
post-extract:
|
||
|
@${PERL} -pi -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
||
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||
|
|
||
|
.include <bsd.port.mk>
|