Files
ports/graphics/agg/Makefile
Dirk Meyer f2eb4791b2 graphics/agg: update to 2.7.0
PR: 285652
2025-05-01 20:41:46 +02:00

35 lines
700 B
Makefile

PORTNAME= agg
DISTVERSION= 2.7.0
PORTREVISION= 0
CATEGORIES= graphics
MAINTAINER= dinoex@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>