1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/games/atomix/Makefile

29 lines
766 B
Makefile
Raw Normal View History

2000-02-04 13:02:44 +00: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 13:02:44 +00:00
MASTER_SITES= http://www.informatik.uni-oldenburg.de/~pearl/download/
MAINTAINER= nakai@FreeBSD.org
USE_X_PREFIX= yes
2000-10-05 07:10:50 +00:00
USE_GNOME= yes
2000-02-04 13:02:44 +00:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
2000-11-01 13:09:00 +00:00
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
2000-11-01 13:09:00 +00: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 13:02:44 +00:00
.include <bsd.port.mk>