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

31 lines
653 B
Makefile

# New ports collection makefile for: lipsf
# Date created: 6 Dec 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= lipsf
PORTVERSION= 1.14a
CATEGORIES= japanese print
MASTER_SITES= ftp://ftp.vector.co.jp/pack/unix/writing/print/
EXTRACT_SUFX= .tgz
DISTNAME= lpsf${PORTVERSION:S/.//}
MAINTAINER= mita@jp.FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//}
MANLANG= ja
MAN1= lipsf.1 pols.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/lipsf
.for file in HISTORY Install README TECHKNOW
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/lipsf
.endfor
.endif
.include <bsd.port.mk>