openbsd-ports/games/late/Makefile

28 lines
622 B
Makefile
Raw Normal View History

2004-11-28 17:41:14 -05:00
# $OpenBSD: Makefile,v 1.5 2004/11/28 22:41:18 espie Exp $
2004-02-01 01:55:03 -05:00
COMMENT= "puzzle game resembling the arcade game Qix"
DISTNAME= late-0.0.3
EXTRACT_SUFX= .tar.bz2
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=late/}
HOMEPAGE= http://late.sourceforge.net/
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
2004-11-28 17:41:14 -05:00
WANTLIB= SDL X11 Xext c m pthread stdc++ usbhid
2004-02-01 01:55:03 -05:00
MAINTAINER= Jolan Luff <jolan@openbsd.org>
2003-08-09 10:53:03 -04:00
LIB_DEPENDS= SDL_image::devel/sdl-image
USE_X11= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
.include <bsd.port.mk>