1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/sysutils/eject/Makefile
Sylvio Cesar Teixeira 2870be019a - Returned function of close tray
- BUMP PORTREVISION

Approved by:	miwi (mentor)
2010-03-31 01:11:31 +00:00

38 lines
789 B
Makefile

# New ports collection makefile for: eject
# Date created: 03 January 2000
# Whom: shige
#
# $FreeBSD$
#
PORTNAME= eject
PORTVERSION= 1.5
PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/OD/ \
ftp://ftp4.jp.FreeBSD.org/pub/FreeBSD-jp/OD/ \
ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/FreeBSD-jp/OD/
MAINTAINER= sylvio@FreeBSD.org
COMMENT= Utility for ejecting media from CD or optical disk drive
PLIST_FILES= sbin/eject
PORTDOCS= README README-J
MAN1= eject.1
MANCOMPRESSED= yes
post-patch:
${REINPLACE_CMD} -e 's,4555,555,' ${WRKSRC}/Makefile
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>