diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-13 19:14:31 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-13 19:14:31 +0000 |
commit | feece3e680f25142ba1788352cafa9669f77d409 (patch) | |
tree | 466806e3bf71daef8924855aa326c12891824b57 | |
parent | - Fix configure (diff) |
Add kpictorial, a logic game for KDE
Notes
Notes:
svn path=/head/; revision=91086
Diffstat (limited to '')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/kpictorial/Makefile | 22 | ||||
-rw-r--r-- | games/kpictorial/distinfo | 1 | ||||
-rw-r--r-- | games/kpictorial/pkg-descr | 7 | ||||
-rw-r--r-- | games/kpictorial/pkg-plist | 16 |
5 files changed, 47 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index b2e88ffd6208..66f304567a73 100644 --- a/games/Makefile +++ b/games/Makefile @@ -209,6 +209,7 @@ SUBDIR += knights SUBDIR += kobodeluxe SUBDIR += kpacman + SUBDIR += kpictorial SUBDIR += ktritoc SUBDIR += kwappen SUBDIR += kxl diff --git a/games/kpictorial/Makefile b/games/kpictorial/Makefile new file mode 100644 index 000000000000..7632a883a541 --- /dev/null +++ b/games/kpictorial/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: kpictorial +# Date created: 2003-10-13 +# Whom: arved +# +# $FreeBSD$ + +PORTNAME= kpictorial +PORTVERSION= 0.9.1 +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= kpictorial + +MAINTAINER= arved@FreeBSD.org +COMMENT= Little logical game for KDE + +USE_KDELIBS_VER= 3 +GNU_CONFIGURE= yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/games/kpictorial/distinfo b/games/kpictorial/distinfo new file mode 100644 index 000000000000..5238a3522262 --- /dev/null +++ b/games/kpictorial/distinfo @@ -0,0 +1 @@ +MD5 (kpictorial-0.9.1.tar.gz) = f4c7d7de8bac9ff6432ecbc91ba3478f diff --git a/games/kpictorial/pkg-descr b/games/kpictorial/pkg-descr new file mode 100644 index 000000000000..d7fa0940b284 --- /dev/null +++ b/games/kpictorial/pkg-descr @@ -0,0 +1,7 @@ +Kpictorial is a littel logical game for KDE. Goal of the game is to +reconstruct a black & white picture by the number of contiguous black +blocks given for each row and column. Sounds easy but isn't. You can +also use 1bit indexed color palete xmp and xbm files created by the gimp. + +Author: Rolan Lezuo +WWW: http://members.chello.at/roland.lezuo/kpictorial.html diff --git a/games/kpictorial/pkg-plist b/games/kpictorial/pkg-plist new file mode 100644 index 000000000000..152e3a7b671c --- /dev/null +++ b/games/kpictorial/pkg-plist @@ -0,0 +1,16 @@ +bin/kpictorial +share/applnk/Games/kpictorial.desktop +share/icons/locolor/32x32/apps/kpictorial.png +share/icons/locolor/16x16/apps/kpictorial.png +share/apps/kpictorial/kpictorialui.rc +share/icons/hicolor/32x32/apps/kpictorial.png +share/icons/hicolor/16x16/apps/kpictorial.png +share/apps/kpictorial/icons/hicolor/32x32/actions/kpictorial_check.png +share/apps/kpictorial/icons/hicolor/32x32/actions/kpictorial_random.png +share/doc/HTML/en/kpictorial/screenshot_marked.png +share/doc/HTML/en/kpictorial/screenshot.png +share/doc/HTML/en/kpictorial/screenshot_solved.png +share/doc/HTML/en/kpictorial/index.docbook +share/doc/HTML/en/kpictorial/index.cache.bz2 +share/doc/HTML/en/kpictorial/common +@dirrm share/doc/HTML/en/kpictorial |