1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/japanese/cdrom2/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00

36 lines
821 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
CATEGORIES= japanese misc
MASTER_SITES= ftp://ftp.nerimadors.or.jp/pub/src/cdrom2/
DISTNAME= euc
MAINTAINER= max@FreeBSD.org
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
do-configure:
@${ECHO_MSG} "Copying custom Makefile."
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${PREFIX}/share/doc/cdrom2
.for f in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/share/doc/cdrom2
.endfor
@${CAT} ${PKGDIR}/MESSAGE
.endif
.include <bsd.port.mk>