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$
|
|
|
|
#
|
|
|
|
|
2000-04-14 00:45:49 +00:00
|
|
|
PORTNAME= atomix
|
2000-11-01 13:09:00 +00:00
|
|
|
PORTVERSION= 0.4.0
|
2000-06-01 16:25:45 +00:00
|
|
|
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|g ; \
|
|
|
|
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>
|