mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
04470c2f42
Approved by: portmgr (blanket)
31 lines
687 B
Makefile
31 lines
687 B
Makefile
# Created by: ijliao
|
|
|
|
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 cpe gmake libtool pathfix pkgconfig sdl xorg
|
|
CPE_VENDOR= antigrain
|
|
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>
|