opnsense-ports/devel/flatzebra/Makefile
Franco Fichtner 4eb8913d83 */*: sync with upstream
Taken from: HardenedBSD
2018-01-30 20:14:06 +01:00

32 lines
721 B
Makefile

# Created by: Edwin Groothuis <edwin2mavetju.org>
# $FreeBSD$
PORTNAME= flatzebra
PORTVERSION= 0.1.6
PORTREVISION= 5
CATEGORIES= devel games
MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/
MAINTAINER= ports@FreeBSD.org
COMMENT= Generic game engine for 2D double-buffering animation
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USE_HARDENING= pie:off relro:off
USES= pathfix pkgconfig libtool
USE_CXXSTD= gnu++98
GNU_CONFIGURE= yes
USE_SDL= sdl mixer image
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
PORTDOCS= AUTHORS NEWS README
OPTIONS_DEFINE= DOCS
post-patch-DOCS-off:
@${REINPLACE_CMD} 's|^install-data-am: .*|install-data-am: install-pkgconfigDATA|' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>