summaryrefslogtreecommitdiff
path: root/sysutils/mcweject/Makefile
blob: 8e4f152a30941045022c44091a77b7c2295059aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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>