forked from Lainports/freebsd-ports
27 lines
653 B
Makefile
27 lines
653 B
Makefile
# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= atomix
|
|
PORTVERSION= 2.14.0
|
|
PORTREVISION= 13
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Yet another little mind game
|
|
|
|
LICENSE= GPLv2 # or later
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gettext gmake pathfix pkgconfig tar:bzip2
|
|
USE_GNOME= gnomeprefix intlhack libgnomeui
|
|
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
|
|
|
|
.include <bsd.port.mk>
|