1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net/silc-doc/Makefile

33 lines
1.0 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: silc documentation
# Date created: Mon Nov 12 21:35:24 BRST 2001
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= silc
PORTVERSION= 0.9.5
CATEGORIES= net security
2001-12-21 04:08:27 +00:00
MASTER_SITES= http://www.silcnet.org/download/server/sources/ \
ftp://ftp.silcnet.org/silc/server/sources/ \
http://www.planetmirror.com/pub/silcnet/server/sources/ \
ftp://ftp.au.silcnet.org/pub/silcnet/server/sources/ \
http://www.mirrors.wiretapped.net/security/network-security/silc/server/sources/ \
ftp://ftp.mirrors.wiretapped.net/pub/security/network-security/silc/server/sources/ \
http://munitions.vipul.net/software/mirrors/silc/ \
2001-12-21 04:08:27 +00:00
ftp://ftp.no.silcnet.org/pub/silc/server/sources/
PKGNAMESUFFIX= -doc
DISTNAME= ${PORTNAME}-server-${PORTVERSION}
MAINTAINER= lioux@FreeBSD.org
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc/${PORTNAME}
.ifdef(NOPORTDOCS)
IGNORE= this port only contains documentation
.endif
.include <bsd.port.mk>