freebsd-ports/graphics/agg/Makefile
Tijl Coosemans c14e4f5f73 Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.

PR:		228809
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2018-06-14 12:47:58 +00:00

30 lines
664 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= agg
PORTVERSION= 2.5
PORTREVISION= 11
CATEGORIES= graphics
MASTER_SITES= http://distfiles.alpinelinux.org/distfiles/ \
http://distfiles.lesslinux.org/ \
http://gentoo.netnitco.net/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= High Quality Rendering Engine for C++
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/copying
LIB_DEPENDS= libfreetype.so:print/freetype2
GNU_CONFIGURE= yes
USES= autoreconf gmake libtool pathfix pkgconfig
USE_XORG= x11
USE_SDL= sdl
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} 's/_LDFLAGS/_LDADD/' ${WRKSRC}/examples/Makefile.am
.include <bsd.port.mk>