mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
edcf8b3594
Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
46 lines
1.2 KiB
Makefile
46 lines
1.2 KiB
Makefile
# New ports collection makefile for: jp-dvi2ps
|
|
# Date created: 15 Sep 1996
|
|
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dvi2ps
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= japanese print
|
|
MASTER_SITES= ftp://ftp.math.s.chiba-u.ac.jp/tex/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}j
|
|
|
|
MAINTAINER= mita@jp.FreeBSD.org
|
|
|
|
BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
|
|
LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib
|
|
|
|
MAN1= dvi2ps.1 ../ja/man1/dvi2ps.1
|
|
|
|
post-patch:
|
|
@(cd ${WRKSRC}; make newlib)
|
|
|
|
post-build:
|
|
@(cd ${WRKSRC}/tools; \
|
|
cc -O -o nup nup.c; \
|
|
cc -O -traditional -o texfix texfix.c\
|
|
)
|
|
post-install:
|
|
@(cd ${WRKSRC}; \
|
|
make install-lib; \
|
|
${CP} -R doc ${PREFIX}/lib/dvi2ps/ ;\
|
|
${MV} ${PREFIX}/lib/dvi2ps/doc/dvi2ps.man ${PREFIX}/man/man1/dvi2ps.1 ;\
|
|
nkf -e ${PREFIX}/lib/dvi2ps/doc/dvi2ps.jman > \
|
|
${PREFIX}/man/ja/man1/dvi2ps.1 ;\
|
|
${RM} -f ${PREFIX}/lib/dvi2ps/doc/dvi2ps.jman ;\
|
|
${INSTALL_SCRIPT} tools/fontlink ${PREFIX}/lib/dvi2ps ;\
|
|
${INSTALL_PROGRAM} tools/nup ${PREFIX}/bin ;\
|
|
${INSTALL_PROGRAM} tools/texfix ${PREFIX}/bin ;\
|
|
${INSTALL_SCRIPT} tools/psstrip ${PREFIX}/bin ;\
|
|
${INSTALL_SCRIPT} tools/MakePK ${PREFIX}/bin ;\
|
|
)
|
|
@${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL
|
|
|
|
.include <bsd.port.mk>
|