1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/games/tetzle/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

25 lines
586 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
PORTNAME= tetzle
PORTVERSION= 2.0.3
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://gottcode.org/tetzle/ \
http://mirror.amdmi3.ru/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Jigsaw puzzle with tetrominoes
USES= tar:bzip2 qmake desktop-file-utils
USE_QT4= corelib gui moc_build opengl rcc_build xml
INSTALLS_ICONS= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-install:
${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>