mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
ba1db238b7
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).
23 lines
464 B
Makefile
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>
|