blob: 92accf70dfdf5d60827870c28ac232e690d8e8fb (
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
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: bg5ps
# Version required: 1.1b
# Date created: 17 June 1998
# Whom: J.T. Jang (keith@email.gcn.net.tw)
#
# $FreeBSD$
#
DISTNAME= bg5ps-1.1b
PKGNAME= zh-bg5ps-1.1b
CATEGORIES= chinese print
MASTER_SITES= http://weber.u.washington.edu/~cschin/bg5ps/bg5ps-1.1b/
EXTRACT_SUFX= .tgz
MAINTAINER= keith@email.gcn.net.tw
RUN_DEPENDS= python:${PORTSDIR}/lang/python
NO_WRKSUBDIR= yes
do-install:
@${MKDIR} ${PREFIX}/share/doc/bg5ps
${INSTALL_SCRIPT} ${WRKSRC}/bg5ps ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/ttf2psm ${PREFIX}/bin
.for doc in README bg5ps.conf test.big5 test.sh ttf2ps.doc
${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/bg5ps
.endfor
post-install:
@echo -----------------------------------------------------------
@echo Copy ${PREFIX}/share/doc/bg5ps/bg5ps.conf to ~/.bg5ps.conf.
@echo Then run "bg5ps -h" for help.
@echo -----------------------------------------------------------
.include <bsd.port.mk>
|