freebsd-ports/devel/kdesdk3/Makefile

29 lines
602 B
Makefile
Raw Normal View History

# New ports collection makefile for: KDE SDK
# Date created: 2 March 2001
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kdesdk
2001-08-21 10:23:03 +02:00
PORTVERSION= 2.2
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
2001-09-10 22:22:28 +02:00
DIST_SUBDIR= KDE
2001-09-01 10:35:47 +02:00
MAINTAINER= kde@FreeBSD.org
2001-08-21 10:23:03 +02:00
LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db
2001-08-24 14:38:16 +02:00
USE_KDEBASE_VER=2
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
2001-08-21 10:23:03 +02:00
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde2
MAN1= cvs2pack.1 cvschanged.1 cvsversion.1 noncvslist.1 kde-build.1
.include <bsd.port.mk>