blob: 0c4ec90ae6e120c88b4aeeeb68f82f27ad55f472 (
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
|
# New ports collection makefile for: kpuzzle
# Date created: 2000-11-04
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= kpuzzle
PORTVERSION= 0.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= unstable/apps/games
MAINTAINER= trevor@FreeBSD.org
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
USE_KDELIBS_VER=2
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
.include <bsd.port.mk>
|