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 /games/kpictorial/Makefile | |
parent | 32ee3cca72011407227d22a452ea577264e9691e (diff) |
Notes
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> |