mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
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
27 lines
642 B
Makefile
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>
|