mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
13ca38ce48
building japanese/lipsf causes core dump on amd64. this is because of the lack of inclusion of header file. PR: ports/90960 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
32 lines
659 B
Makefile
32 lines
659 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese print
|
|
MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/lipsf/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
|
|
|
|
MAINTAINER= mita@jp.FreeBSD.org
|
|
COMMENT= Text to LIPS filter
|
|
|
|
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>
|