1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/security/sscep/Makefile
Mikhail Teterin ba1db238b7 Unbreak, upgrade to the most recent version 20071227. Instead of
patching the vendor's Makefile, provide our own -- it is smaller
than the patch...

Address all of the compiler-warnings brought up by WARNS=3. Two
of them appear to be genuine error... The patch-warnings sent to
the vendor.

Manual page is no longer part of the distribution, although it is
still mentioned in the vendor's Makefile. Hopefully, this will be
addressed by the next release (along with the warnings).
2008-05-01 04:28:31 +00:00

23 lines
464 B
Makefile

# New ports collection makefile for: sscep
# Date created: Feb 15 2005
# Whom: Vsevolod Stakhov
#
# $FreeBSD$
#
PORTNAME= sscep
PORTVERSION= 20071227
CATEGORIES= security
MASTER_SITES= http://www.klake.org/~jt/sscep/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple scep client
MAKEFILE= ${FILESDIR}/BSDmakefile
ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
USE_OPENSSL= yes
.include <bsd.port.mk>