pkgsrc-wip/gts/Makefile
Blue Rats 0055c86a1c MASTER_SITES -> MASTER_SITE_SOURCEFORGE; part 1/4. Let me know if this
breaks anything. Minor formatting and fixes in some files.
2012-11-12 15:59:46 +00:00

26 lines
632 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/11/12 15:59:50 othyro Exp $
#
DISTNAME= gts-0.7.6
PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gts/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://gts.sourceforge.net/
COMMENT= GTS stands for the GNU Triangulated Surface Library
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= gts.pc.in
INSTALLATION_DIRS+= bin
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.4.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../graphics/netpbm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"