freebsd-ports/games/gtktetcolor/Makefile

30 lines
748 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtktetcolor
# Date created: 17 August 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtktetcolor
2001-04-10 04:32:10 -04:00
PORTVERSION= 0.5.0
CATEGORIES= games gnome
2001-04-10 04:32:10 -04:00
MASTER_SITES= ftp://canopus.iacp.dvo.ru/pub/Games/gtktetcolor/ \
http://www.dvgu.ru/ifit/~panov/gtktetcolor/ \
http://metalab.unc.edu/pub/Linux/games/
MAINTAINER= sobomax@FreeBSD.org
2001-04-10 04:32:10 -04:00
USE_BZIP2= yes
USE_X_PREFIX= yes
2002-08-06 15:06:30 -04:00
USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs
GNU_CONFIGURE= yes
2000-10-05 03:10:50 -04:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
2002-08-06 15:06:30 -04:00
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>