head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.10.25.18.02.31;	author bapt;	state dead;
branches;
next	1.1;

1.1
date	2008.05.01.04.28.31;	author mi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@SVN rev 306391 on 2012-10-25 18:02:31Z by bapt

2012-10-20 security/sscep: No more public distfiles
2012-10-20 security/py-rijndael: No more public distfiles
2012-10-20 security/pam_af: No more public distfiles
2012-10-20 security/its4: No more public distfiles
2012-10-20 russian/xcyrBGR: No more public distfiles
2012-10-20 russian/wmcyrx: No more public distfiles
2012-10-20 print/advi: No more public distfiles
2012-10-20 palm/plucker: No more public distfiles
2012-10-20 net-p2p/py-bittornado-core: Depends on the deprecated wx 2.4
2012-10-20 net-p2p/py-bittornado: Depends on the deprecated wx 2.4
2012-10-20 net-mgmt/nagios-radauth-plugin: No more public distfiles
2012-10-20 net-mgmt/nagios-check_nick: No more public distfiles

Feature safe:	yes
@
text
@BINDIR = ${PREFIX}/bin
MANDIR = ${PREFIX}/man/man8

.if !empty(OPENSSLBASE) && ${OPENSSLBASE} != "/usr"
CFLAGS+= -I${OPENSSLINC}
LDADD+=	-L${OPENSSLLIB}
.endif
LDADD+= -lcrypto

WARNS	= 3

# Manual page appears to have been removed from the distribution.
# This is being investigated...
#MAN8	= sscep.8
NO_MAN	= yes

PROG	= sscep
SRCS    = sscep.c init.c net.c sceputils.c pkcs7.c ias.c fileutils.c

beforeinstall:
	${BSD_INSTALL_SCRIPT} ${.CURDIR}/mkrequest ${BINDIR}/
	${BSD_INSTALL_DATA} ${.CURDIR}/sscep.conf ${PREFIX}/etc/sscep.conf.sample

.include <bsd.prog.mk>
@


1.1
log
@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).
@
text
@@

