blob: c19d87c1fe065f7efa220427cc719b91f4ae66d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: kpp
# Date created: 19 Nov 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= kpp
PORTVERSION= 0.16d
CATEGORIES= devel
MASTER_SITES= http://www.msoe.edu/~geiseri/files/
MAINTAINER= ports@FreeBSD.org
USE_KDELIBS_VER=1
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--datadir=${PREFIX}
CONFIGURE_ENV= KDEDIR="${PREFIX}"
.include <bsd.port.mk>
|