freebsd-ports/games/atomix/Makefile

28 lines
653 B
Makefile
Raw Normal View History

2013-09-03 14:13:23 +02:00
# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
2000-02-04 14:02:44 +01:00
# $FreeBSD$
PORTNAME= atomix
PORTVERSION= 2.14.0
PORTREVISION= 13
CATEGORIES= games gnome
MASTER_SITES= GNOME
2005-08-28 09:58:46 +02:00
DIST_SUBDIR= gnome2
2000-02-04 14:02:44 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Yet another little mind game
2000-02-04 14:02:44 +01:00
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gettext gmake pathfix pkgconfig tar:bzip2
USE_GNOME= gnomeprefix intlhack libgnomeui
2000-02-04 14:02:44 +01:00
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lm
post-patch:
@${REINPLACE_CMD} -e 's| install-data-local | |g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in
2000-02-04 14:02:44 +01:00
.include <bsd.port.mk>