freebsd-ports/games/peg-e/Makefile
Dmitry Marakasov 5c30d3f3f3 - Update to 1.1.1
- While here, respect CXX/CXXFLAGS

PR:		ports/171357
Submitted by:	nemysis <nemysis@gmx.ch>
2012-09-07 00:13:11 +00:00

30 lines
684 B
Makefile

# New ports collection makefile for: peg-e
# Date created: 28 Jan 2009
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= peg-e
PORTVERSION= 1.1.1
CATEGORIES= games
MASTER_SITES= http://gottcode.org/peg-e/ \
http://mirror.amdmi3.ru/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Peg elimination game
USE_BZIP2= yes
USE_QT4= corelib gui moc_build qmake_build rcc_build
WANT_GNOME= yes
INSTALLS_ICONS= yes
MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
do-configure:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} \
PREFIX=${PREFIX} ${PORTNAME}.pro
.include <bsd.port.mk>