mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/agg: update WWW
This commit is contained in:
parent
ce38797b17
commit
0afab99956
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@ MASTER_SITES= http://distfiles.alpinelinux.org/distfiles/ \
|
||||||
|
|
||||||
MAINTAINER= dinoex@FreeBSD.org
|
MAINTAINER= dinoex@FreeBSD.org
|
||||||
COMMENT= High Quality Rendering Engine for C++
|
COMMENT= High Quality Rendering Engine for C++
|
||||||
WWW= http://www.antigrain.com/
|
WWW= https://agg.sourceforge.net/antigrain.com/
|
||||||
|
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/copying
|
LICENSE_FILE= ${WRKSRC}/copying
|
||||||
|
@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/copying
|
||||||
LIB_DEPENDS= libfreetype.so:print/freetype2
|
LIB_DEPENDS= libfreetype.so:print/freetype2
|
||||||
|
|
||||||
USES= autoreconf cpe gmake libtool pathfix pkgconfig sdl xorg
|
USES= autoreconf cpe gmake libtool pathfix pkgconfig sdl xorg
|
||||||
CONFLICTS= agg26-2.*
|
|
||||||
CPE_VENDOR= antigrain
|
CPE_VENDOR= antigrain
|
||||||
USE_CXXSTD= c++14
|
USE_CXXSTD= c++14
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
@ -27,6 +26,8 @@ GNU_CONFIGURE= yes
|
||||||
|
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
|
CONFLICTS= agg26-2.*
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} 's/_LDFLAGS/_LDADD/' ${WRKSRC}/examples/Makefile.am
|
@${REINPLACE_CMD} 's/_LDFLAGS/_LDADD/' ${WRKSRC}/examples/Makefile.am
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue