diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-25 15:40:57 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-25 15:40:57 +0000 |
commit | e7a98f122ad9be9d2b5da23767187b753c7584cb (patch) | |
tree | d756c144ffec939921b4bcb18be3b94ea4201e24 /games/kpicframer | |
parent | c9f5ea983e84ffee755dee9cd3c6d714ddbbc45f (diff) | |
download | ports-e7a98f122ad9be9d2b5da23767187b753c7584cb.tar.gz ports-e7a98f122ad9be9d2b5da23767187b753c7584cb.zip |
Notes
Diffstat (limited to 'games/kpicframer')
-rw-r--r-- | games/kpicframer/Makefile | 32 | ||||
-rw-r--r-- | games/kpicframer/distinfo | 1 | ||||
-rw-r--r-- | games/kpicframer/files/patch-detect-autoconf.sh | 36 | ||||
-rw-r--r-- | games/kpicframer/pkg-descr | 4 | ||||
-rw-r--r-- | games/kpicframer/pkg-plist | 12 |
5 files changed, 85 insertions, 0 deletions
diff --git a/games/kpicframer/Makefile b/games/kpicframer/Makefile new file mode 100644 index 000000000000..7e0420861b70 --- /dev/null +++ b/games/kpicframer/Makefile @@ -0,0 +1,32 @@ +# New ports collection Makefile for: kpicframer +# Date created: 2004-01-25 +# Whom: arved +# +# $FreeBSD$ + +PORTNAME= kpicframer +PORTVERSION= 0.5 +CATEGORIES= games kde +MASTER_SITES= http://www.norbs.de/kpicframer/download/ + +MAINTAINER= arved@FreeBSD.org +COMMENT= KDE card game + +BUILD_DEPENDS= autoconf257:${PORTSDIR}/devel/autoconf257 \ + automake17:${PORTSDIR}/devel/automake17 + +USE_KDELIBS_VER= 3 +GNU_CONFIGURE= yes +USE_REINPLACE= yes +USE_GMAKE= yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +pre-configure: + cd ${WRKSRC}; ${MAKE} -f admin/Makefile.common cvs + ${FIND} ${WRKSRC} -name "*.ui" | ${XARGS} ${REINPLACE_CMD} -e "s,version=\"3.3\",version=\"3.2\"," + +pre-build: + ${TOUCH} ${WRKSRC}/config.h.in + +.include <bsd.port.mk> diff --git a/games/kpicframer/distinfo b/games/kpicframer/distinfo new file mode 100644 index 000000000000..7a548be1a437 --- /dev/null +++ b/games/kpicframer/distinfo @@ -0,0 +1 @@ +MD5 (kpicframer-0.5.tar.gz) = 729a1b545e6eb461e4548142f0f19d80 diff --git a/games/kpicframer/files/patch-detect-autoconf.sh b/games/kpicframer/files/patch-detect-autoconf.sh new file mode 100644 index 000000000000..479a0693a838 --- /dev/null +++ b/games/kpicframer/files/patch-detect-autoconf.sh @@ -0,0 +1,36 @@ +Index: detect-autoconf.sh +=================================================================== +RCS file: /cvs/kde/kde-common/admin/detect-autoconf.sh,v +retrieving revision 1.6 +diff -u -r1.6 detect-autoconf.sh +--- admin/detect-autoconf.sh 30 Nov 2002 02:48:03 -0000 1.6 ++++ admin/detect-autoconf.sh 29 Aug 2003 11:31:32 -0000 +@@ -25,6 +25,8 @@ + AUTOCONF="`$WHICH autoconf-2.52`" + elif test -x "`$WHICH autoconf2.50`" ; then + AUTOCONF="`$WHICH autoconf2.50`" ++ elif test -x "`$WHICH autoconf257`" ; then ++ AUTOCONF="`$WHICH autoconf257`" + fi + } + +@@ -46,6 +48,9 @@ + AUTOHEADER="`$WHICH autoheader-2.52`" + elif test -x "`$WHICH autoheader2.50`" ; then + AUTOHEADER="`$WHICH autoheader2.50`" ++ elif test -x "`$WHICH autoheader257`" ; then ++ AUTOHEADER="`$WHICH autoheader257`" ++ AUTOM4TE="`$WHICH autom4te257`" + fi + } + +@@ -58,6 +63,9 @@ + elif test -x "`$WHICH automake-1.7`" ; then + AUTOMAKE="`$WHICH automake-1.7`" + ACLOCAL="`$WHICH aclocal-1.7`" ++ elif test -x "`$WHICH automake17`" ; then ++ AUTOMAKE="`$WHICH automake17`" ++ ACLOCAL="`$WHICH aclocal17`" + fi + else + AUTOMAKE="$UNSERMAKE" diff --git a/games/kpicframer/pkg-descr b/games/kpicframer/pkg-descr new file mode 100644 index 000000000000..05429d337a23 --- /dev/null +++ b/games/kpicframer/pkg-descr @@ -0,0 +1,4 @@ +KPicFramer is a small card game for the K Desktop Environment. + +Author: Norbert Andres <nandres@web.de> +WWW: http://www.norbs.de/kpicframer/ diff --git a/games/kpicframer/pkg-plist b/games/kpicframer/pkg-plist new file mode 100644 index 000000000000..39041f63be42 --- /dev/null +++ b/games/kpicframer/pkg-plist @@ -0,0 +1,12 @@ +bin/kpicframer +share/icons/hicolor/32x32/apps/kpicframer.png +share/icons/hicolor/48x48/apps/kpicframer.png +share/icons/hicolor/16x16/apps/kpicframer.png +share/applnk/Games/kpicframer.desktop +share/apps/kpicframer/kpicframerui.rc +share/locale/de/LC_MESSAGES/kpicframer.mo +share/doc/HTML/en/kpicframer/index.docbook +share/doc/HTML/en/kpicframer/index.cache.bz2 +share/doc/HTML/en/kpicframer/common +@dirrm share/doc/HTML/en/kpicframer +@dirrm share/apps/kpicframer/ |