1997-02-03 17:31:53 +01:00
|
|
|
# New ports collection makefile for: cdrom2
|
|
|
|
# Date created: 03 Feb 1997
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: Masafumi NAKANE <max@FreeBSD.org>
|
1997-02-03 17:31:53 +01:00
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1997-02-03 17:31:53 +01:00
|
|
|
#
|
|
|
|
|
2000-04-11 16:15:53 +02:00
|
|
|
PORTNAME= cdrom2
|
|
|
|
PORTVERSION= 1996.06.16
|
2008-11-17 21:43:55 +01:00
|
|
|
PORTREVISION= 1
|
2005-11-10 04:48:30 +01:00
|
|
|
CATEGORIES= japanese
|
2005-09-20 04:57:37 +02:00
|
|
|
MASTER_SITES= http://www.nerimadors.or.jp/~jiro/cdrom2/
|
2000-04-11 16:15:53 +02:00
|
|
|
DISTNAME= euc
|
1997-02-03 17:31:53 +01:00
|
|
|
|
2006-04-15 02:28:25 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A tool to lookup CD-ROM dictionaries
|
1997-02-03 17:31:53 +01:00
|
|
|
|
2000-04-11 16:15:53 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
DIST_SUBDIR= ${PORTNAME}
|
1997-02-03 17:31:53 +01:00
|
|
|
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
|
|
|
|
|
2008-11-17 21:43:55 +01:00
|
|
|
SUB_FILES+= pkg-message
|
|
|
|
|
1997-02-03 17:31:53 +01:00
|
|
|
do-configure:
|
1999-08-28 00:30:39 +02:00
|
|
|
@${ECHO_MSG} "Copying custom Makefile."
|
1997-02-03 17:31:53 +01:00
|
|
|
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
2008-11-17 21:43:55 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
1997-02-03 17:31:53 +01:00
|
|
|
.for f in ${DOCS}
|
2008-11-17 21:43:55 +01:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}
|
1997-02-03 17:31:53 +01:00
|
|
|
.endfor
|
2000-10-08 12:23:48 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
1997-02-03 17:31:53 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|