1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/japanese/lipsf/Makefile
Ying-Chieh Liao 9c4ced77de upgrade to 2.00
PR:		45435
Submitted by:	Ports Fury
2002-11-20 12:40:41 +00:00

30 lines
614 B
Makefile

# New ports collection makefile for: lipsf
# Date created: 6 Dec 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= lipsf
PORTVERSION= 2.00
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>