freebsd-ports/games/atomix/Makefile

29 lines
766 B
Makefile
Raw Normal View History

2000-02-04 08:02:44 -05:00
# New ports collection makefile for: atomix
# Date created: 30 January 2000
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= atomix
PORTVERSION= 0.4.3
CATEGORIES= games gnome
2000-02-04 08:02:44 -05:00
MASTER_SITES= http://www.informatik.uni-oldenburg.de/~pearl/download/
MAINTAINER= nakai@FreeBSD.org
USE_X_PREFIX= yes
2000-10-05 03:10:50 -04:00
USE_GNOME= yes
2000-02-04 08:02:44 -05:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
2000-11-01 08:09:00 -05:00
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
2000-11-01 08:09:00 -05:00
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
2000-02-04 08:02:44 -05:00
.include <bsd.port.mk>