1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-08 02:15:08 +00:00
freebsd-ports/sysutils/flock/Makefile
Andrej Zverev b4536e866c - Update maintainer email address.
Submitted by:	maintainer via irc
2012-12-11 11:31:30 +00:00

24 lines
509 B
Makefile

# New ports collection makefile for: flock
# Date created: 26 May 2011
# Whom: Andrey Zonov <andrey@zonov.org>
#
# $FreeBSD$
#
PORTNAME= flock
PORTVERSION= 2.19
CATEGORIES= sysutils
MASTER_SITES= http://www.zonov.org/${PORTNAME}/
MAINTAINER= zont@FreeBSD.org
COMMENT= Manage locks from shell scripts
PLIST_FILES= bin/${PORTNAME}
MAN1= ${PORTNAME}.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
.include <bsd.port.mk>