mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
d05315b279
PR: 281320
35 lines
766 B
Makefile
35 lines
766 B
Makefile
PORTNAME= ftgl
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.4.0
|
|
PORTREVISION= 2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= OpenGL FreeType fonts rendering library
|
|
WWW= https://github.com/frankheckenbach/ftgl
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libfreetype.so:print/freetype2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= frankheckenbach
|
|
|
|
USES= autoreconf compiler:c++11-lang gl pathfix gmake libtool \
|
|
pkgconfig xorg
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-gl-inc="${LOCALBASE}/include" \
|
|
--without-glut-inc
|
|
USE_GL= gl glu
|
|
USE_XORG= ice sm x11 xext xmu
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/SUBDIRS/ s|docs||; /SUBDIRS/ s|demo||' \
|
|
${WRKSRC}/Makefile.am
|
|
|
|
.include <bsd.port.mk>
|