Utility for ejecting media from CD or optical disk drive.
This commit is contained in:
parent
7d4df22650
commit
c205f12431
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24438
5 changed files with 42 additions and 0 deletions
31
sysutils/eject/Makefile
Normal file
31
sysutils/eject/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: eject
|
||||
# Version required: 1.4
|
||||
# Date created: 03 January 2000
|
||||
# Whom: shige
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= eject-1.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= shige@FreeBSD.org
|
||||
|
||||
DOCDIR= share/doc/eject
|
||||
PLIST_SUB= DOCDIR=${DOCDIR}
|
||||
|
||||
MAN1= eject.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
post-install:
|
||||
@if [ ! -d ${PREFIX}/${DOCDIR} ] ; then \
|
||||
${MKDIR} ${PREFIX}/${DOCDIR} ; \
|
||||
fi
|
||||
@for i in README README-J ; do \
|
||||
${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${DOCDIR} ; \
|
||||
done
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/eject/distinfo
Normal file
1
sysutils/eject/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (eject-1.4.tar.gz) = 9145efa126d09876b72502bf08075d98
|
1
sysutils/eject/pkg-comment
Normal file
1
sysutils/eject/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Utility for ejecting media from CD or optical disk drive
|
5
sysutils/eject/pkg-descr
Normal file
5
sysutils/eject/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Utility for ejecting media from CD or optical disk drive.
|
||||
|
||||
This is a simple program that eject media from CD or optical disk
|
||||
drive. This program work under FreeBSD 2.1.5-RELEASE or later
|
||||
version.
|
4
sysutils/eject/pkg-plist
Normal file
4
sysutils/eject/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
sbin/eject
|
||||
%%DOCDIR%%/README
|
||||
%%DOCDIR%%/README-J
|
||||
@dirrm %%DOCDIR%%
|
Loading…
Reference in a new issue