freebsd-ports/games/xye/Makefile
Marcus von Appen 3c5a29be3d - Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version.
2010-08-11 06:57:34 +00:00

29 lines
570 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.9.1
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SF
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
MAKE_JOBS_SAFE= yes
.ifdef NOPORTDOCS
post-patch:
@${REINPLACE_CMD} '/install-data-am:/s/install-doceDATA//' \
${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>