aboutsummaryrefslogtreecommitdiff
path: root/sysutils/eject
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-01-05 14:37:51 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-01-05 14:37:51 +0000
commitc205f12431073c1cc218fd54bd198458c2876506 (patch)
tree6e928618c7790e6c27ca8081f2bf19b809310d8f /sysutils/eject
parent7d4df226501a11025117049d68c01f663ce29fd4 (diff)
downloadports-c205f12431073c1cc218fd54bd198458c2876506.tar.gz
ports-c205f12431073c1cc218fd54bd198458c2876506.zip
Utility for ejecting media from CD or optical disk drive.
Notes
Notes: svn path=/head/; revision=24438
Diffstat (limited to 'sysutils/eject')
-rw-r--r--sysutils/eject/Makefile31
-rw-r--r--sysutils/eject/distinfo1
-rw-r--r--sysutils/eject/pkg-comment1
-rw-r--r--sysutils/eject/pkg-descr5
-rw-r--r--sysutils/eject/pkg-plist4
5 files changed, 42 insertions, 0 deletions
diff --git a/sysutils/eject/Makefile b/sysutils/eject/Makefile
new file mode 100644
index 000000000000..948466933db0
--- /dev/null
+++ b/sysutils/eject/Makefile
@@ -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>
diff --git a/sysutils/eject/distinfo b/sysutils/eject/distinfo
new file mode 100644
index 000000000000..052319699625
--- /dev/null
+++ b/sysutils/eject/distinfo
@@ -0,0 +1 @@
+MD5 (eject-1.4.tar.gz) = 9145efa126d09876b72502bf08075d98
diff --git a/sysutils/eject/pkg-comment b/sysutils/eject/pkg-comment
new file mode 100644
index 000000000000..c797bd0e4207
--- /dev/null
+++ b/sysutils/eject/pkg-comment
@@ -0,0 +1 @@
+Utility for ejecting media from CD or optical disk drive
diff --git a/sysutils/eject/pkg-descr b/sysutils/eject/pkg-descr
new file mode 100644
index 000000000000..0b05dc1c0a30
--- /dev/null
+++ b/sysutils/eject/pkg-descr
@@ -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.
diff --git a/sysutils/eject/pkg-plist b/sysutils/eject/pkg-plist
new file mode 100644
index 000000000000..bacdf1ec2787
--- /dev/null
+++ b/sysutils/eject/pkg-plist
@@ -0,0 +1,4 @@
+sbin/eject
+%%DOCDIR%%/README
+%%DOCDIR%%/README-J
+@dirrm %%DOCDIR%%