1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/games/q15/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

28 lines
536 B
Makefile

# New ports collection makefile for: q15
# Date created: 2005-08-30
# Whom: Andrej Zverev <az@inec.ru>
#
# $FreeBSD$
#
PORTNAME= q15
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://silversoft.net/src/
MAINTAINER= az@FreeBSD.org
COMMENT= A Qt-based game fifteen
USE_BZIP2= yes
USE_QT_VER= 3
MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}" \
QT_PREFIX="${QT_PREFIX}"
PLIST_FILES= bin/q15
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/q15 ${PREFIX}/bin
.include <bsd.port.mk>