22 lines
462 B
Makefile
22 lines
462 B
Makefile
# $OpenBSD: Makefile,v 1.5 2017/07/26 22:45:21 sthen Exp $
|
|
|
|
COMMENT = hexagonal tile-based puzzle game
|
|
DISTNAME = hex-a-hop-1.1.0
|
|
CATEGORIES = games
|
|
HOMEPAGE = http://hexahop.sourceforge.net
|
|
REVISION = 0
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = SDL SDL_mixer SDL_ttf c m pthread ${COMPILER_LIBCXX}
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=hexahop/}
|
|
|
|
LIB_DEPENDS = devel/sdl-mixer \
|
|
devel/sdl-ttf
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|