1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/security/qca-gnupg/Makefile
Max Brazhnikov 5f3906c936 Use correct path for strip.
Reported by:	Marco Broder (marco.broeder at gmx.eu) via e-mail
2009-07-08 20:43:02 +00:00

38 lines
827 B
Makefile

# New ports collection makefile for: qca-gnupg
# Date created: 2009-03-19
# Whom: Max Brazhnikov <makc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= qca-gnupg
DISTVERSION= 2.0.0-beta3
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://delta.affinix.com/download/qca/2.0/plugins/
MAINTAINER= makc@FreeBSD.org
COMMENT= QCA GnuPG plugin
LIB_DEPENDS= qca.2:${PORTSDIR}/devel/qca
USE_BZIP2= yes
USE_QT_VER= 4
QT_COMPONENTS= corelib qmake_build moc_build
HAS_CONFIGURE= yes
QT_NONSTANDARD= yes
CONFIGURE_ARGS+=--plugins-path=${PREFIX}/${QT_PLUGINDIR_REL}
.if !defined(WITH_DEBUG)
CONFIGURE_ARGS+=--release --no-separate-debug-info
PLIST_SUB+= DEBUG="@comment "
.else
CONFIGURE_ARGS+=--debug
PLIST_SUB+= DEBUG=""
.endif
post-install:
${STRIP_CMD} ${PREFIX}/${QT_PLUGINDIR_REL}/crypto/libqca-gnupg.so
.include <bsd.port.mk>