64e068d25c
Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports
31 lines
661 B
Makefile
31 lines
661 B
Makefile
# New ports collection makefile for: osslsigncode
|
|
# Date created: 9 November 2006
|
|
# Whom: snb@threerings.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= osslsigncode
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= security devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= snb@threerings.net
|
|
COMMENT= OpenSSL-based signcode utility
|
|
|
|
PLIST_FILES= bin/osslsigncode
|
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_OPENSSL= yes
|
|
|
|
.if !defined(WITHOUT_CURL)
|
|
LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|