mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
560cfc71d6
but I'm sure it will gain weight soon enough, given the reckless enthusiasm of the KDE developers. PR: 6733 Submitted by: Hans Petter Bieker <hanspb@persbraten.vgs.no>
26 lines
643 B
Makefile
26 lines
643 B
Makefile
# New ports collection makefile for: kproject
|
|
# Version required: Beta4
|
|
# Date created: 23 May 1998
|
|
# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= kproject-0.1
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= $(MASTER_SITE_KDE)
|
|
MASTER_SITE_SUBDIR= /unstable/apps/office
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= hanspb@persbraten.vgs.no
|
|
|
|
BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt \
|
|
libtool:${PORTSDIR}/devel/libtool
|
|
LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \
|
|
kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
|
|
kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs
|
|
|
|
WRKSRC= ${WRKDIR}/kproject
|
|
|
|
.include <bsd.port.mk>
|