blob: 8e78471f471a5b20e0e7ee11591462de25d13c40 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: krogue
# Date created: 19 Nov 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= krogue
PORTVERSION= 0.9.6.1
CATEGORIES= games
MASTER_SITES= http://ksi.ii.uj.edu.pl/krogue/dl/
DISTNAME= ${PORTNAME}-0.9.6pl1
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext-old
USE_KDELIBS_VER=1
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= QTDIR="${X11BASE}" KDEDIR="${LOCALBASE}"
.include <bsd.port.mk>
|