freebsd-ports/devel/kdesdk/Makefile

28 lines
585 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 04:23:03 -04:00
PORTVERSION= 2.2
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
2001-09-01 04:35:47 -04:00
MAINTAINER= kde@FreeBSD.org
2001-08-21 04:23:03 -04:00
LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db
2001-08-24 08:38:16 -04:00
USE_KDEBASE_VER=2
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
2001-08-21 04:23:03 -04: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>