blob: da8f50edfb4ec326c0339032706063a85cd5363a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: lipsf
# Version required: 1.14a
# Date created: 6 Dec 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= lpsf114a
PKGNAME= ja-lipsf-1.14a
CATEGORIES= japanese print
MASTER_SITES= ftp://ftp.vector.co.jp/pack/unix/writing/print/
EXTRACT_SUFX= .tgz
MAINTAINER= mita@jp.FreeBSD.org
WRKSRC= ${WRKDIR}/lipsf-114a
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>
|