freebsd-ports/devel/kpp/Makefile
2000-04-11 21:30:15 +00:00

23 lines
444 B
Makefile

# 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= will@FreeBSD.org
LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11
GNU_CONFIGURE= yes
USE_QT= yes
CONFIGURE_ARGS+=--datadir=${PREFIX}
CONFIGURE_ENV= KDEDIR="${PREFIX}"
.include <bsd.port.mk>