mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
27 lines
539 B
Makefile
27 lines
539 B
Makefile
# Created by: Janos.Mohacsi@dante.org.uk
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sipcalc
|
|
PORTVERSION= 1.1.5
|
|
CATEGORIES= net-mgmt ipv6
|
|
MASTER_SITES= http://www.routemeister.net/projects/sipcalc/files/
|
|
|
|
MAINTAINER= jmohacsi@bsd.hu
|
|
COMMENT= Sipcalc is an IP subnet calculator with IPv6 support
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= sipcalc.1
|
|
|
|
DOC_FILES= doc/sipcalc.txt ChangeLog README
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
.ifndef(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for file in ${DOC_FILES}
|
|
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|