ports/devel/flatzebra/Makefile
Ganael LAPLANCHE fe6a4213c1 devel/flatzebra: Update to 0.2.0 + update deps
Update devel/flatzebra and dependent ports.

Also, do a bit of cleanup:
- Remove LOCAL from MASTER_SITES
- Homogenize WWW URLs
- Fix licence (GPLv2+ instead of GPLv2)
- Specify LICENSE_FILE
- Switch to more recent (default) CXXSTD
- Remove useless GNU_CONFIGURE_MANPREFIX
2024-06-03 12:16:52 +02:00

27 lines
642 B
Makefile

PORTNAME= flatzebra
PORTVERSION= 0.2.0
CATEGORIES= devel games
MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/
MAINTAINER= martymac@FreeBSD.org
COMMENT= Generic game engine for 2D double-buffering animation
WWW= http://sarrazip.com
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool pathfix pkgconfig sdl
USE_SDL= sdl2 gfx2 image2 mixer2 ttf2
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
PORTDOCS= AUTHORS NEWS README THANKS
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>