mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
30 lines
606 B
Makefile
30 lines
606 B
Makefile
# New ports collection makefile for: lapispuzzle
|
|
# Date created: 13 Oct 2006
|
|
# Whom: gurkan@phys.ethz.ch
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lapispuzzle
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= games gnustep
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
|
|
${MASTER_SITE_GNUSTEP_CH}
|
|
MASTER_SITE_SUBDIR= gap
|
|
DISTNAME= LapisPuzzle-${PORTVERSION}
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Tetris-like game for GNUstep
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
WRKSRC= ${WRKDIR}/LapisPuzzle-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|