1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/sysutils/eject/Makefile
Pav Lucistnik c712e3a001 - Don't document non-existant feature
PR:		ports/81484
Submitted by:	User & <scottro@nyc.rr.com>
2005-05-28 14:48:53 +00:00

34 lines
698 B
Makefile

# New ports collection makefile for: eject
# Date created: 03 January 2000
# Whom: shige
#
# $FreeBSD$
#
PORTNAME= eject
PORTVERSION= 1.5
PORTREVISION= 1
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= sylvioc@gmail.com
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-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>