Add kpictorial, a logic game for KDE
This commit is contained in:
parent
32ee3cca72
commit
feece3e680
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91086
5 changed files with 47 additions and 0 deletions
|
@ -209,6 +209,7 @@
|
|||
SUBDIR += knights
|
||||
SUBDIR += kobodeluxe
|
||||
SUBDIR += kpacman
|
||||
SUBDIR += kpictorial
|
||||
SUBDIR += ktritoc
|
||||
SUBDIR += kwappen
|
||||
SUBDIR += kxl
|
||||
|
|
22
games/kpictorial/Makefile
Normal file
22
games/kpictorial/Makefile
Normal file
|
@ -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>
|
1
games/kpictorial/distinfo
Normal file
1
games/kpictorial/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (kpictorial-0.9.1.tar.gz) = f4c7d7de8bac9ff6432ecbc91ba3478f
|
7
games/kpictorial/pkg-descr
Normal file
7
games/kpictorial/pkg-descr
Normal file
|
@ -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
|
16
games/kpictorial/pkg-plist
Normal file
16
games/kpictorial/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue