freebsd-ports/polish/gnugadu2/Makefile
Mario Sergio Fujikawa Ferreira b9d28dac8b Deploy USE_GNOMENG infrastructure
PR:		42345
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-03 01:06:26 +00:00

42 lines
838 B
Makefile

# Ports collection makefile for: gnugadu
# Date created: 23 dec 2001
# Whom: doc@lublin.t1.pl
#
# $FreeBSD$
#
PORTNAME= gnugadu
PORTVERSION= 0.2.0
CATEGORIES= net
MASTER_SITES= ftp://ftp.slackware.pl/gg/
DISTNAME= gg-${PORTVERSION}
MAINTAINER= doc@lublin.t1.pl
WRKSRC= ${WRKDIR}/gg-${PORTVERSION}
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
WANT_GNOME= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mesound}!=""
USE_GNOME+= esound
PKGNAMESUFFIX= -esound
.else
CONFIGURE_ARGS+= --disable-esd
.endif
post-patch:
@${PERL} -pi -e 's,CFLAGS =, CFLAGS += \@GTK_CFLAGS\@,; \
s,GTK_ CFLAGS,GTK_CFLAGS,' ${WRKSRC}/Makefile.in \
${WRKSRC}/src/Makefile.in
@${PERL} -pi -e 's,-O2,,; s,gtk-config,${GTK_CONFIG},' \
${WRKSRC}/configure
post-install:
strip ${PREFIX}/bin/gg
.include <bsd.port.post.mk>