mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
e904a42961
PR: 103931 Approved by: pav
27 lines
600 B
Makefile
27 lines
600 B
Makefile
# New ports collection makefile for: lapispuzzle
|
|
# Date created: 13 Oct 2006
|
|
# Whom: gurkan@linuks.mine.nu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lapispuzzle
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= games gnustep
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/gap/ \
|
|
${MASTER_SITE_GNUSTEP_CH}
|
|
DISTNAME= LapisPuzzle-${PORTVERSION}
|
|
|
|
MAINTAINER= gurkan@linuks.mine.nu
|
|
COMMENT= Tetris-like game for GNUstep
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
WRKSRC= ${WRKDIR}/LapisPuzzle-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|