mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
af4a01863e
andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
25 lines
548 B
Makefile
25 lines
548 B
Makefile
# New ports collection makefile for: krogue
|
|
# Version required: 0.9.6
|
|
# Date created: 19 Nov 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= krogue-0.9.6
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://ksi.ii.uj.edu.pl/krogue/dl/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= will@FreeBSD.org
|
|
|
|
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
|
|
BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
|
|
|
|
USE_QT= yes
|
|
USE_LIBTOOL= yes
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= SHELL=${SH} PREFIX=${PREFIX} MAKE=${GMAKE} PCFLAGS="${CFLAGS}"
|
|
|
|
.include <bsd.port.mk>
|