29 lines
828 B
Makefile
29 lines
828 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/21 15:11:33 kevlo Exp $
|
||
|
|
||
|
DISTNAME= bg5ps-1.3.0
|
||
|
PKGNAME= zh-${DISTNAME}
|
||
|
CATEGORIES= chinese x11
|
||
|
NEED_VERSION= 1.351
|
||
|
|
||
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||
|
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
|
||
|
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/
|
||
|
|
||
|
RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf::chinese/arphicttf \
|
||
|
python::lang/python
|
||
|
|
||
|
post-install:
|
||
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/bg5ps
|
||
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bg5ps
|
||
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bg5ps
|
||
|
${INSTALL_DATA} ${WRKSRC}/bg5ps.conf ${PREFIX}/lib/bg5ps
|
||
|
cp -R ${WRKSRC}/doc/* ${PREFIX}/share/doc/bg5ps
|
||
|
cp -R ${WRKSRC}/examples/* ${PREFIX}/share/examples/bg5ps
|
||
|
|
||
|
.include <bsd.port.mk>
|