mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
63a181d059
PR: 42301 Submitted by: Edwin Groothuis <edwin@mavetju.org>
30 lines
715 B
Makefile
30 lines
715 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
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
pre-patch:
|
|
@${PERL} -pi -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>
|