From a51149d94d61884ffd68c3375cf526e8105e0f04 Mon Sep 17 00:00:00 2001 From: arved Date: Sun, 25 Jan 2004 15:40:57 +0000 Subject: Add kpicframer, a KDE card game --- games/kpicframer/Makefile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 games/kpicframer/Makefile (limited to 'games/kpicframer/Makefile') 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 -- cgit