1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/games/xye/Makefile
Martin Wilke 6186878a90 - Update to 0.8.0
PR:		119667
Submitted by:	Robert Gogolok <gogo@cs.uni-sb.de> (maintainer)
2008-01-20 21:56:03 +00:00

24 lines
526 B
Makefile

# New ports collection makefile for: xye
# Date created: 3 May 2006
# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
#
# $FreeBSD$
#
PORTNAME= xye
PORTVERSION= 0.8.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTFILES= ${PORTNAME}-source-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= gogo@cs.uni-sb.de
COMMENT= A puzzle game for X
USE_SDL= sdl image ttf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc
USE_GMAKE= yes
.include <bsd.port.mk>