30 lines
691 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2019/07/12 20:46:20 sthen Exp $
COMMENT= puzzle game resembling the arcade game Qix
2009-08-19 01:24:57 +00:00
DISTNAME= late-0.1.0
REVISION= 5
EXTRACT_SUFX= .tar.bz2
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=late/}
HOMEPAGE= http://late.sourceforge.net/
# GPL
PERMIT_PACKAGE= Yes
2017-10-23 17:10:49 +00:00
WANTLIB= SDL X11 Xext c m pthread ${COMPILER_LIBCXX} \
2010-11-08 15:54:53 +00:00
usbhid xcb SDL_image
COMPILER = base-clang ports-gcc base-gcc
2010-11-16 11:23:25 +00:00
LIB_DEPENDS= devel/sdl-image
CONFIGURE_STYLE=gnu
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
2009-08-19 01:24:57 +00:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/late/
${INSTALL_DATA} /dev/null ${PREFIX}/share/examples/late/late.scores
.include <bsd.port.mk>