1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/games/xye/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 lines
586 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.7.6.2
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gogo@cs.uni-sb.de
COMMENT= A puzzle game for X
USE_SDL= sdl image
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc
USE_GMAKE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not build on FreeBSD 4.x
.endif
.include <bsd.port.post.mk>