diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-09 20:53:43 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-09 20:53:43 +0800 |
commit | e0e3bdaa80abcf509f01d0e588fb7022fbc9f8bf (patch) | |
tree | 7feb65caa6fe76a40ad9d50cf9b2f3287b5a0d14 /games | |
parent | 2164d15307ce76c85d03ef9a99a1ca503ee0904b (diff) | |
download | freebsd-ports-gnome-e0e3bdaa80abcf509f01d0e588fb7022fbc9f8bf.tar.gz freebsd-ports-gnome-e0e3bdaa80abcf509f01d0e588fb7022fbc9f8bf.tar.zst freebsd-ports-gnome-e0e3bdaa80abcf509f01d0e588fb7022fbc9f8bf.zip |
Add atlantikdesigner, an editor for Atlantik (part of kdegames).
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-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 |
5 files changed, 50 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 4393d447cb8d..b2e76a0bbe30 100644 --- a/games/Makefile +++ b/games/Makefile @@ -30,6 +30,7 @@ SUBDIR += antipolix SUBDIR += asc SUBDIR += atitd + SUBDIR += atlantikdesigner SUBDIR += atomix SUBDIR += atr3d SUBDIR += awele 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 |