1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/games/baduki/Makefile
Edwin Groothuis 43b73bae59 MAINTAINER: cure games/baduki of its perl addiction
PR:		ports/47382
Submitted by:	Steve Coltrin <spcoltri@omcl.org>
2003-01-28 12:49:58 +00:00

31 lines
737 B
Makefile

# New ports collection makefile for: baduki
# Date created: 11 December 1999
# Whom: spcoltri@unm.edu
#
# $FreeBSD$
#
PORTNAME= baduki
PORTVERSION= 0.2.9
CATEGORIES= games
MASTER_SITES= ftp://autoinst.acs.uci.edu/pub/go/baduki/
MAINTAINER= spcoltri@omcl.org
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
pre-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
s|\$$(top_builddir)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
.include <bsd.port.mk>