pkgsrc/graphics/guile-cairo/Makefile
2016-09-15 14:19:08 +00:00

28 lines
646 B
Makefile

# $NetBSD: Makefile,v 1.22 2016/09/15 14:19:08 gdt Exp $
#
DISTNAME= guile-cairo-1.4.1
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://download.gna.org/guile-cairo/
# guile-cario has moved to savannah and is at 1.9.1, but that is
# a prerlease and hence not packaged.
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.nongnu.org/guile-cairo/
COMMENT= Guile wrapper for cairo
LICENSE= gnu-lgpl-v3
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
INFO_FILES= YES
PKGCONFIG_OVERRIDE+= guile-cairo.pc.in
.include "../../graphics/cairo/buildlink3.mk"
.include "../../lang/guile20/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"