freebsd-ports/net/sipcalc/Makefile
Patrick Li 96cd4dd6fd Update to 1.1.1
Update maintainer email address

PR:		39303
Submitted by:	maintainer
2002-06-14 21:35:55 +00:00

30 lines
580 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.1
CATEGORIES= net ipv6
MASTER_SITES= http://www.routemeister.net/projects/sipcalc/files/
MAINTAINER= Janos.Mohacsi@bsd.hu
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
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>