2013-09-21 01:05:58 +02:00
|
|
|
# Created by: Jason Bacon <jbacon@mcw.edu>
|
2005-12-21 05:40:49 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2006-01-04 07:23:41 +01:00
|
|
|
PORTNAME= mcweject
|
2007-04-09 22:42:42 +02:00
|
|
|
PORTVERSION= 1.0
|
2006-01-04 07:23:41 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.neuro.mcw.edu/~bacon/Ports/distfiles/
|
2005-12-21 05:40:49 +01:00
|
|
|
|
2009-06-19 22:06:31 +02:00
|
|
|
MAINTAINER= jwbacon@tds.net
|
2006-01-04 07:23:41 +01:00
|
|
|
COMMENT= Removable media eject
|
2005-12-21 05:40:49 +01:00
|
|
|
|
2006-01-04 07:23:41 +01:00
|
|
|
MAN1= eject.1
|
2005-12-21 05:40:49 +01:00
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
2006-01-04 07:23:41 +01:00
|
|
|
CONFLICTS= eject-[0-9]*
|
2005-12-21 05:40:49 +01:00
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
|
|
|
|
PLIST_FILES= sbin/eject share/examples/mcweject/eject.allow
|
|
|
|
PLIST_DIRS= share/examples/mcweject
|
|
|
|
|
2013-09-21 01:05:58 +02:00
|
|
|
NO_STAGE= yes
|
2005-12-21 05:40:49 +01:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|