2008-08-19 09:35:53 +02:00
|
|
|
# New ports collection makefile for: atlantikdesigner
|
|
|
|
# Date created: 11 Febrary 2004
|
2004-03-09 14:11:15 +01:00
|
|
|
# Whom: Michael Nottebrock <lofi@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2008-08-19 09:35:53 +02:00
|
|
|
PORTNAME= ${ATLANTIKDESIGNER_PORTNAME}
|
|
|
|
PORTVERSION= ${ATLANTIKDESIGNER_PORTVERSION}
|
|
|
|
PORTREVISION= ${ATLANTIKDESIGNER_PORTREVISION}
|
|
|
|
CATEGORIES= games kde
|
2004-03-09 14:11:15 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
2004-08-30 21:55:42 +02:00
|
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
|
2004-03-09 14:11:15 +01:00
|
|
|
DIST_SUBDIR= KDE
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2008-08-19 09:35:53 +02:00
|
|
|
COMMENT= Editor for Atlantik
|
2004-03-09 14:11:15 +01:00
|
|
|
|
2008-08-19 09:35:53 +02:00
|
|
|
LIB_DEPENDS= atlantic:${PORTSDIR}/games/kdegames3
|
|
|
|
|
|
|
|
KDE_SPLIT= ${ATLANTIKDESIGNER_PORTNAME:S/${KDE_SPLIT_DIST}-//}
|
|
|
|
KDE_DOC_SPLIT= # none
|
2004-03-09 14:11:15 +01:00
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
PREFIX= ${KDE_PREFIX}
|
2006-03-30 22:30:29 +02:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-03-09 14:11:15 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2007-03-13 20:13:51 +01:00
|
|
|
USE_LDCONFIG= yes
|
2004-03-09 14:11:15 +01:00
|
|
|
LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3
|
|
|
|
|
2008-08-19 09:35:53 +02:00
|
|
|
PLIST_SUB+= KDE_VER="${KDE_VERSION}"
|
|
|
|
|
2004-03-09 14:11:15 +01:00
|
|
|
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
|
|
|
.include "${.CURDIR}/../../misc/kdeaddons3/Makefile.split"
|
2008-08-19 09:35:53 +02:00
|
|
|
|
2004-03-09 14:11:15 +01:00
|
|
|
.include <bsd.port.mk>
|