mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
f061d99981
- Respect CFLAGS during build - Remove leading article from COMMENT - Switch to PLIST_FILES - Define DOCS option
37 lines
879 B
Makefile
37 lines
879 B
Makefile
# Created by: 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= Tool to lookup CD-ROM dictionaries
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
PLIST_FILES= bin/cdgaiji bin/cdrom2 lib/cdrom2/kojien3.tbl \
|
|
lib/cdrom2/ruigo.tbl
|
|
PLIST_DIRS= lib/cdrom2
|
|
PORTDOCS= 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
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-configure:
|
|
@${ECHO_MSG} "Copying custom Makefile."
|
|
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|