diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-18 23:26:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-18 23:26:50 +0000 |
commit | 9b5da4ef4f6b890ab1ca1a6615de177306f00111 (patch) | |
tree | 794a79b07200ae9bcbb3943de23ed0753f1bce08 /games/tetzle/Makefile | |
parent | 9d915a19963f06ded87842d40a06cd5ee7c59c2c (diff) | |
download | ports-9b5da4ef4f6b890ab1ca1a6615de177306f00111.tar.gz ports-9b5da4ef4f6b890ab1ca1a6615de177306f00111.zip |
Notes
Diffstat (limited to 'games/tetzle/Makefile')
-rw-r--r-- | games/tetzle/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/games/tetzle/Makefile b/games/tetzle/Makefile new file mode 100644 index 000000000000..8c8bcd30a858 --- /dev/null +++ b/games/tetzle/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: tetzle +# Date created: 12 Jun 2008 +# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> +# +# $FreeBSD$ +# + +PORTNAME= tetzle +PORTVERSION= 1.0 +CATEGORIES= games +MASTER_SITES= http://gottcode.org/tetzle/ \ + http://www.amdmi3.ru/distfiles/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-src + +MAINTAINER= amdmi3@amdmi3.ru +COMMENT= Jigsaw puzzle with tetrominoes + +USE_BZIP2= yes +USE_QT_VER= 4 +QT_COMPONENTS= corelib gui moc opengl qmake rcc xml +INSTALLS_ICONS= yes + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +do-configure: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} \ + PREFIX=${PREFIX} -spec ${QMAKESPEC} tetzle.pro + +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/tetzle ${PREFIX}/bin + +.include <bsd.port.mk> |