1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/kpp/Makefile
Will Andrews f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00

23 lines
445 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= ports@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>