freebsd-ports/japanese/e2ps/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

21 lines
470 B
Makefile

# New ports collection makefile for: e2ps
# Date created: 27 Nov 1998
# Whom: Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
#
# $FreeBSD$
#
PORTNAME= e2ps
PORTVERSION= 4.0
CATEGORIES= japanese print
MASTER_SITES= ftp://pine.kuee.kyoto-u.ac.jp/pub/e2ps/
MAINTAINER= kawahara@pine.kuee.kyoto-u.ac.jp
WRKSRC= ${WRKDIR}/e2ps
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/e2ps ${PREFIX}/bin
${LN} -sf ${PREFIX}/bin/e2ps ${PREFIX}/bin/e2lpr
.include <bsd.port.mk>