2013-03-11 07:02:49 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2013/03/11 11:07:39 espie Exp $
|
2003-08-09 10:10:37 -04:00
|
|
|
|
2007-09-15 14:01:00 -04:00
|
|
|
COMMENT= puzzle game resembling the arcade game Qix
|
2009-08-18 21:24:57 -04:00
|
|
|
DISTNAME= late-0.1.0
|
2011-07-31 22:13:45 -04:00
|
|
|
REVISION= 0
|
2003-08-09 10:10:37 -04:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
CATEGORIES= games x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=late/}
|
|
|
|
|
|
|
|
HOMEPAGE= http://late.sourceforge.net/
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2010-11-08 10:54:53 -05:00
|
|
|
WANTLIB= SDL X11 Xext c m pthread pthread-stubs stdc++ \
|
|
|
|
usbhid xcb SDL_image
|
2003-08-09 10:10:37 -04:00
|
|
|
|
2010-11-16 06:23:25 -05:00
|
|
|
LIB_DEPENDS= devel/sdl-image
|
2003-08-09 10:10:37 -04:00
|
|
|
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
|
2009-08-18 21:24:57 -04:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/late/
|
|
|
|
${INSTALL_DATA} /dev/null ${PREFIX}/share/examples/late/late.scores
|
|
|
|
|
2003-08-09 10:10:37 -04:00
|
|
|
.include <bsd.port.mk>
|