1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/japanese/cdrom2/Makefile
Ion-Mihai Tetcu 736936006e - use DOCSDIR macro
- fix plist for -DNOPORTDOCS
- bump PORTREVISION

Prompted by:	QAT QA run
2008-11-17 20:43:55 +00:00

40 lines
868 B
Makefile

# New ports collection makefile for: cdrom2
# Date created: 03 Feb 1997
# Whom: Masafumi NAKANE <max@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cdrom2
PORTVERSION= 1996.06.16
PORTREVISION= 1
CATEGORIES= japanese
MASTER_SITES= http://www.nerimadors.or.jp/~jiro/cdrom2/
DISTNAME= euc
MAINTAINER= ports@FreeBSD.org
COMMENT= A tool to lookup CD-ROM dictionaries
WRKSRC= ${WRKDIR}/${PORTNAME}
DIST_SUBDIR= ${PORTNAME}
DOCS= errata.doc gaiji.txt index.doc install.doc kekka.txt \
kojien3.doc menu.doc readers.doc readme.doc readme.org \
ruigo.doc x_option.doc
SUB_FILES+= pkg-message
do-configure:
@${ECHO_MSG} "Copying custom Makefile."
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
.for f in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}
.endfor
@${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>