mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
26 lines
507 B
Makefile
26 lines
507 B
Makefile
# Created by: Jason Bacon <jbacon@mcw.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mcweject
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.neuro.mcw.edu/~bacon/Ports/distfiles/
|
|
|
|
MAINTAINER= jwbacon@tds.net
|
|
COMMENT= Removable media eject
|
|
|
|
MAN1= eject.1
|
|
SUB_FILES= pkg-message
|
|
|
|
CONFLICTS= eject-[0-9]*
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
PLIST_FILES= sbin/eject share/examples/mcweject/eject.allow
|
|
PLIST_DIRS= share/examples/mcweject
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|