freebsd-ports/net-mgmt/sipcalc/Makefile
Sergey A. Osokin 33308d9615 Update to 1.1.2
Submitted by:	Rob Evers <rob@debank.tv>
PR:		53782
Approved by:	maintainer, fjoe (mentor) (implicit)
2003-06-29 21:15:57 +00:00

31 lines
607 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.2
CATEGORIES= net 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
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>