31 lines
820 B
Makefile
31 lines
820 B
Makefile
# $NetBSD: Makefile,v 1.4 2011/11/01 06:01:47 sbd Exp $
|
|
|
|
DISTNAME= silgraphite-2.3.1
|
|
PKGNAME= ${DISTNAME:S/silgraphite/silgraphite-ft/}
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=silgraphite/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://silgraphite.sourceforge.net/
|
|
COMMENT= FreeType wrapper for SIL Graphite
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/wrappers/freetype
|
|
|
|
PKGCONFIG_OVERRIDE+= silgraphite-ft.pc
|
|
INSTALLATION_DIRS+= lib/pkgconfig
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/silgraphite/buildlink3.mk"
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/silgraphite-ft.pc \
|
|
${DESTDIR}${PREFIX}/lib/pkgconfig
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|