freebsd-ports/security/osslsigncode/Makefile
Martin Wilke c1c64d4f73 - Update to 1.3
- Use SF macro

PR:		120796
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	maintainer
2008-02-20 13:22:36 +00:00

29 lines
589 B
Makefile

# New ports collection makefile for: osslsigncode
# Date created: 9 November 2006
# Whom: snb@threerings.net
#
# $FreeBSD$
#
PORTNAME= osslsigncode
PORTVERSION= 1.3
CATEGORIES= security devel
MASTER_SITES= SF
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>