freebsd-ports/net-mgmt/sipcalc/Makefile
Tim Bishop 78704f1812 - Update to 1.1.3 [1]
- Add SHA256 checksum [1]
- Update maintainers email address [2]

PR:		91573
Submitted by:	"Babak Farrokhi" <babak@farrokhi.net> [1]
		maintainer [2]
Approved by:	maintainer
2006-01-16 22:57:24 +00:00

31 lines
629 B
Makefile

# New ports collection makefile for: sipcalc
# Date created: 24.03.2002
# Whom: Janos.Mohacsi@dante.org.uk
#
# $FreeBSD$
#
PORTNAME= sipcalc
PORTVERSION= 1.1.3
CATEGORIES= net-mgmt ipv6
MASTER_SITES= http://www.routemeister.net/projects/sipcalc/files/
MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Sipcalc is an IP subnet calculator with IPv6 support
USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
MAN1= sipcalc.1
DOC_FILES= doc/sipcalc.txt ChangeLog README
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>