Index: head/graphics/ftgl/Makefile =================================================================== --- head/graphics/ftgl/Makefile (revision 382931) +++ head/graphics/ftgl/Makefile (revision 382932) @@ -1,31 +1,36 @@ # Created by: Igor Pokrovsky # $FreeBSD$ PORTNAME= ftgl DISTVERSION= 2.1.3-rc5 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/FTGL%20Source/2.1.3%7Erc5 MAINTAINER= amdmi3@FreeBSD.org COMMENT= OpenGL FreeType fonts rendering library +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gl-inc="${LOCALBASE}/include" \ --without-glut-inc USES= pathfix gmake libtool USE_GL= gl glu USE_XORG= x11 xext xmu -INSTALL_TARGET= install-strip USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S/-/~/} post-patch: @${REINPLACE_CMD} -e '/SUBDIRS/ s|docs||; /SUBDIRS/ s|demo||' \ ${WRKSRC}/Makefile.in + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libftgl.so .include