freebsd-ports/games/atomix/Makefile

31 lines
808 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= 1.0
PORTREVISION= 2
CATEGORIES= games gnome
MASTER_SITES= http://triq.net/~jens/download/
2000-02-04 08:02:44 -05:00
MAINTAINER= gnome@FreeBSD.org
COMMENT= A yet another little mind game
2000-02-04 08:02:44 -05:00
USE_GMAKE= yes
2000-02-04 08:02:44 -05:00
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack libgnome libgnomeui libgnomecanvas libxml2
2000-02-04 08:02:44 -05:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
USE_REINPLACE= yes
post-patch:
@${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \
s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";|'
2000-02-04 08:02:44 -05:00
.include <bsd.port.mk>