summaryrefslogtreecommitdiff
path: root/print/bg5ps/Makefile
blob: 6fa9a0af883bc9d1981992b922a3054f100d7b02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $NetBSD: Makefile,v 1.22 2014/05/17 16:10:48 wiz Exp $

DISTNAME=	bg5ps-1.3.0
PKGREVISION=	6
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

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"
.include "../../graphics/freetype-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"