freebsd-ports/japanese/escpf/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
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. :)
2000-04-11 14:15:53 +00:00

39 lines
1016 B
Makefile

# New ports collection makefile for: escpf
# Date created: 15 June 1996
# Whom: Mita Yoshio <mita@iis.u-tokyo.ac.jp>
#
# $FreeBSD$
#
PORTNAME= escpf
PORTVERSION= 0.4
CATEGORIES= japanese print
MASTER_SITES= http://www.flatout.org/~wing/Linux/Escpf/
MAINTAINER= mita@jp.FreeBSD.org
DOCDIR= ${PREFIX}/share/doc/escpf
LINES?= 66
COLUMNS?= 80
TOP_MERGIN?= 5
LEFT_MERGIN?= 5
LARGE_FONT?= -DLARGE_FONT
MAKE_ENV+= LINES=${LINES} COLUMNS=${COLUMNS} \
TOP_MERGIN=${TOP_MERGIN} LEFT_MERGIN=${LEFT_MERGIN} \
LARGE_FONT="${LARGE_FONT}"
# You can specify page layout with:
# LINES : lines per page
# COLUMNS : characters per line
# TOP_MERGIN : top mergin with lines
# LEFT_MERGIN : left mergin with cahacters
# LARGE_FONT : if "-DLARGE_FONT" large font, "" small font
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/escpf.doc ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/escpf.euc ${DOCDIR}
.endif
.include <bsd.port.mk>