1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/japanese/lipsf/Makefile
Muhammad Moinur Rahman 107394c6f5
japanese/lipsf: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-24 13:29:24 +01:00

25 lines
665 B
Makefile

PORTNAME= lipsf
PORTVERSION= 2.00
PORTREVISION= 2
CATEGORIES= japanese print
MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/lipsf/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
MAINTAINER= ports@FreeBSD.org
COMMENT= Text to LIPS filter
WWW= https://hp.vector.co.jp/authors/VA012337/soft/lipsf/
USES= ncurses
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//}
PLIST_FILES= bin/lipsf bin/pols share/man/ja/man1/lipsf.1.gz share/man/ja/man1/pols.1.gz
PORTDOCS= HISTORY Install README TECHKNOW
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>