diff options
Diffstat (limited to 'games/kpictorial/Makefile')
-rw-r--r-- | games/kpictorial/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
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> |