mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
af4a01863e
andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
24 lines
492 B
Makefile
24 lines
492 B
Makefile
# New ports collection makefile for: kpp
|
|
# Version required: 0.15c
|
|
# Date created: 19 Nov 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= kpp-0.15c
|
|
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
|
|
USE_NEWGCC= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --datadir=${PREFIX}
|
|
CONFIGURE_ENV= KDEDIR="${PREFIX}"
|
|
|
|
.include <bsd.port.mk>
|