freebsd-ports/games/atomix/Makefile

23 lines
545 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= gnome@FreeBSD.org
COMMENT= A yet another little mind game
2000-02-04 08:02:44 -05:00
USE_X_PREFIX= yes
2002-07-19 11:46:46 -04:00
USE_GNOME= gnomeprefix gnomehack gnomelibs
2000-02-04 08:02:44 -05:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>