Files
ports/graphics/agg/Makefile
T
Robert Clausecker bee5df8341 graphics/agg: grab maintainership
I host the mirror used for this port, so best if I just maintain it.
2026-04-27 02:01:12 +02:00

35 lines
697 B
Makefile

PORTNAME= agg
DISTVERSION= 2.7.0
PORTREVISION= 0
CATEGORIES= graphics
MAINTAINER= fuz@FreeBSD.org
COMMENT= High Quality Rendering Engine for C++
WWW= https://github.com/clausecker/agg
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/copying
LIB_DEPENDS= libfreetype.so:print/freetype2
USES= cpe localbase gmake libtool pkgconfig \
autoreconf pathfix xorg sdl
CONFLICTS= agg-2.*
CPE_VENDOR= antigrain
USE_GITHUB= yes
GH_ACCOUNT= clausecker
GH_TAGNAME= b064760 # 2024-09-28
USE_CXXSTD= c++14
USE_LDCONFIG= yes
USE_SDL= sdl
USE_XORG= x11
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
post-patch:
${REINPLACE_CMD} 's|_LDFLAGS|_LDADD|' ${WRKSRC}/examples/Makefile.am
.include <bsd.port.mk>