mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +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. :)
31 lines
653 B
Makefile
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>
|