freebsd-ports/japanese/lipsf/Makefile

30 lines
615 B
Makefile
Raw Normal View History

# New ports collection makefile for: lipsf
# Date created: 6 Dec 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
1999-08-25 07:28:01 +02:00
# $FreeBSD$
#
PORTNAME= lipsf
PORTVERSION= 1.14b
CATEGORIES= japanese print
MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/lipsf/
DISTNAME= ${PORTNAME}${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} ${DOCSDIR}
.for file in HISTORY Install README TECHKNOW
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>