freebsd-ports/net/gnomba/Makefile
Joe Marcus Clarke af6e00dfce Fix make package after recent GNOMENG conversion.
Submitted by:	bento
2002-09-21 18:11:08 +00:00

33 lines
683 B
Makefile

# New ports collection makefile for: gnomba
# Date created: 10 January 2000
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
PORTNAME= gnomba
PORTVERSION= 0.6.2
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnomba
MAINTAINER= demon@FreeBSD.org
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
MAN1= gnomba.1
post-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
pre-configure:
${RM} ${WRKSRC}/config.cache
.include <bsd.port.mk>