freebsd-ports/security/osslsigncode/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

29 lines
598 B
Makefile

# New ports collection makefile for: osslsigncode
# Date created: 9 November 2006
# Whom: snb@threerings.net
#
# $FreeBSD$
#
PORTNAME= osslsigncode
PORTVERSION= 1.3
PORTREVISION= 2
CATEGORIES= security devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
MAINTAINER= snb@FreeBSD.org
COMMENT= OpenSSL-based signcode utility
PLIST_FILES= bin/osslsigncode
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_OPENSSL= yes
.if !defined(WITHOUT_CURL)
LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl
.endif
.include <bsd.port.mk>