diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-09 12:53:43 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-09 12:53:43 +0000 |
commit | e20877a3a93950a65b7723430c213ba23cd2eb22 (patch) | |
tree | cf884be1a40bf7e4376823d8e1e47e4c58f26f36 /games/atlantikdesigner | |
parent | Add artswrapper, a suid wrapper for aRts. (diff) |
Add atlantikdesigner, an editor for Atlantik (part of kdegames).
Notes
Notes:
svn path=/head/; revision=103389
Diffstat (limited to 'games/atlantikdesigner')
-rw-r--r-- | games/atlantikdesigner/Makefile | 37 | ||||
-rw-r--r-- | games/atlantikdesigner/distinfo | 2 | ||||
-rw-r--r-- | games/atlantikdesigner/pkg-descr | 3 | ||||
-rw-r--r-- | games/atlantikdesigner/pkg-plist | 7 |
4 files changed, 49 insertions, 0 deletions
diff --git a/games/atlantikdesigner/Makefile b/games/atlantikdesigner/Makefile new file mode 100644 index 000000000000..cdbbe6b357c8 --- /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> diff --git a/games/atlantikdesigner/distinfo b/games/atlantikdesigner/distinfo new file mode 100644 index 000000000000..95aca618ce40 --- /dev/null +++ b/games/atlantikdesigner/distinfo @@ -0,0 +1,2 @@ +MD5 (KDE/kdeaddons-3.2.1.tar.bz2) = c73c1777d3f5c25f46cd782fcca9fc35 +SIZE (KDE/kdeaddons-3.2.1.tar.bz2) = 1371322 diff --git a/games/atlantikdesigner/pkg-descr b/games/atlantikdesigner/pkg-descr new file mode 100644 index 000000000000..b3df3068c9c0 --- /dev/null +++ b/games/atlantikdesigner/pkg-descr @@ -0,0 +1,3 @@ +Editor for Atlantik. + +WWW: http://www.kde.org diff --git a/games/atlantikdesigner/pkg-plist b/games/atlantikdesigner/pkg-plist new file mode 100644 index 000000000000..bcbaeaa437bb --- /dev/null +++ b/games/atlantikdesigner/pkg-plist @@ -0,0 +1,7 @@ +bin/atlantikdesigner +share/applications/atlantikdesigner-3.2.1 +share/applications/kde/atlantikdesigner.desktop +share/apps/atlantikdesigner/atlantikdesignerui.rc +share/icons/crystalsvg/16x16/apps/atlantikdesigner.png +share/icons/crystalsvg/32x32/apps/atlantikdesigner.png +@dirrm share/apps/atlantikdesigner |