freebsd-ports/net/vrrp/Makefile
Peter Pentchev 2f7553b769 Unbreak, update to 0.2, which has a new licensing scheme (which was
the reason for marking this port BROKEN).  Also, install some docs.

PR:		26640
Submitted by:	maintainer
2001-04-17 09:56:00 +00:00

23 lines
470 B
Makefile

# New ports collection Makefile for: vrrpd
# Date created: 18 Feb 2001
# Whom: Andy K <minosh@engineer.com>
#
# $FreeBSD$
#
PORTNAME= vrrpd
PORTVERSION= 0.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.vrrp.net/pub/vrrpd/ \
ftp://ftp.tecc.co.uk/pub/vrrpd/
MAINTAINER= minosh@engineer.com
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${PREFIX}/share/doc/vrrp
${INSTALL_DATA} ${WRKSRC}/FAQ ${WRKSRC}/doc/* ${PREFIX}/share/doc/vrrp
.endif
.include <bsd.port.mk>