pkgsrc-wip/ftgl/Makefile
Blue Rats d3a6bd26e6 Derive PKGNAME from DISTNAME; comment patch and regenerate distinfo;
+LICENSE; buildlink cppunit; USE_LANGUAGES+=fortran; Now, there's no way
(that i saw in the configure file) to disable the building of documentation
if doxygen is installed. This breaks the install, because building the
documentation requires gmake and gsed to function correctly. For now:
add doxygen to BUILD_DEPENDS; add gsed and gmake to USE_TOOLS; Bump
PKG_REVISION.
2013-01-17 13:20:35 +00:00

30 lines
885 B
Makefile

# $NetBSD: Makefile,v 1.3 2013/01/17 13:20:35 othyro Exp $
#
DISTNAME= ftgl-2.1.3-rc5
PKGNAME= ${DISTNAME:S/-r/r/1}
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ftgl/}
MAINTAINER= ryo_on@yk.rim.or.jp
HOMEPAGE= http://sourceforge.net/projects/ftgl/
COMMENT= C++ library of Freetype2 in OpenGL applications
LICENSE= 2-clause-bsd
WRKSRC= ${WRKDIR}/ftgl-2.1.3~rc5
GNU_CONFIGURE= yes
USE_TOOLS+= gmake gsed pkg-config
USE_LANGUAGES= c c++ fortran
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= ftgl.pc.in
BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
.include "../../devel/cppunit/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/glut/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"