freebsd-ports/games/atomix/Makefile

32 lines
774 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$
# $MCom: ports/games/atomix/Makefile,v 1.14 2007/09/10 05:39:33 mezz Exp $
2000-02-04 08:02:44 -05:00
#
PORTNAME= atomix
PORTVERSION= 2.14.0
PORTREVISION= 11
CATEGORIES= games gnome
MASTER_SITES= GNOME
2005-08-28 03:58:46 -04:00
DIST_SUBDIR= gnome2
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
2005-08-28 03:58:46 -04:00
USE_GMAKE= yes
USE_BZIP2= yes
USES= gettext
2005-08-28 03:58:46 -04:00
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
2000-02-04 08:02:44 -05:00
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's/games\.games/games:games/' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in
2000-02-04 08:02:44 -05:00
.include <bsd.port.mk>