diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-09 12:53:43 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-09 12:53:43 +0000 |
commit | e0e3bdaa80abcf509f01d0e588fb7022fbc9f8bf (patch) | |
tree | 7feb65caa6fe76a40ad9d50cf9b2f3287b5a0d14 /games/atlantikdesigner/Makefile | |
parent | 2164d15307ce76c85d03ef9a99a1ca503ee0904b (diff) | |
download | FreeBSD-ports-e0e3bdaa80abcf509f01d0e588fb7022fbc9f8bf.zip FreeBSD-ports-e0e3bdaa80abcf509f01d0e588fb7022fbc9f8bf.tar.gz |
Add atlantikdesigner, an editor for Atlantik (part of kdegames).
Diffstat (limited to 'games/atlantikdesigner/Makefile')
-rw-r--r-- | games/atlantikdesigner/Makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/games/atlantikdesigner/Makefile b/games/atlantikdesigner/Makefile new file mode 100644 index 0000000..cdbbe6b --- /dev/null +++ b/games/atlantikdesigner/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: atlantikdesigner +# Date created: 11 Febrary 2004 +# Whom: Michael Nottebrock <lofi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ${KDE_SPLIT} +PORTVERSION= ${ATLANTIKDESIGNER_PORTVERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Editor for Atlantik + +IGNORE= This port is part of KDE 3.2.1 and is not yet ready + +LIB_DEPENDS= atlantic:${PORTSDIR}/games/kdegames3 + +KDE_SPLIT= ${ATLANTIKDESIGNER_PORTNAME:S/${KDE_SPLIT_DIST}-//} +KDE_DOC_SPLIT= # none +USE_KDELIBS_VER=3 + +USE_BZIP2= yes +PREFIX= ${KDE_PREFIX} +GNU_CONFIGURE= yes +USE_GMAKE= yes + +INSTALLS_SHLIB= yes +LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 + +.include "${.CURDIR}/../../x11/kde3/Makefile.kde" +.include "${.CURDIR}/../../misc/kdeaddons3/Makefile.split" + +.include <bsd.port.mk> |