pkgsrc/print/bg5ps/Makefile

30 lines
812 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.20 2012/03/15 11:53:36 obache Exp $
DISTNAME= bg5ps-1.3.0
PKGREVISION= 5
CATEGORIES= print converters
MASTER_SITES= # ftp://freebsd.sinica.edu.tw/pub/keith/
MAINTAINER= pkgsrc-users@NetBSD.org
# HOMEPAGE= http://students.washington.edu/cschin/bg5ps/
COMMENT= Convert Big5/GB encoded files to postscript
2008-06-20 03:09:05 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
2003-04-22 15:19:52 +02:00
DEPENDS+= arphic-ttf>=2.11:../../fonts/arphic-ttf
PKG_SYSCONFSUBDIR?= bg5ps
REPLACE_PYTHON+= bg5ps
SUBST_CLASSES+= config
SUBST_MESSAGE.config= Fixing configuration files path.
SUBST_STAGE.config= post-configure
SUBST_FILES.config= bg5ps
SUBST_VARS.config= PKG_SYSCONFDIR
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
2004-05-05 05:54:59 +02:00
.include "../../graphics/freetype-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"