d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
27 lines
616 B
Makefile
27 lines
616 B
Makefile
# New ports collection makefile for: lapispuzzle
|
|
# Date created: 13 Oct 2006
|
|
# Whom: gurkan@linuks.mine.nu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lapispuzzle
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
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>
|