1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/sysutils/mcweject/Makefile
Martin Wilke 560eeb28e8 - Update to 1.0
- Fix exploitable buffer overflow (CVE-2007-1719)
- Update maintainer mail adress

PR:		111421
Submitted by:	Jason Bacon <bacon@smithers.neuro.mcw.edu> (Maintainer)
2007-04-09 20:42:42 +00:00

29 lines
585 B
Makefile

# New ports collection Makefile for: mcweject
# Date created: 11 Jan 2005
# Whom: Jason Bacon <jbacon@mcw.edu>
#
# $FreeBSD$
#
PORTNAME= mcweject
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://www.neuro.mcw.edu/~bacon/Ports/distfiles/
MAINTAINER= bacon@smithers.neuro.mcw.edu
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
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>