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. :)
22 lines
470 B
Makefile
22 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>
|