openbsd-ports/security/qca-tls/Makefile

34 lines
680 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.17 2013/03/11 11:41:28 espie Exp $
COMMENT= Qt Cryptographic Architecture, TLS plugin
DISTNAME= qca-tls-1.0
2011-09-16 07:41:38 -04:00
REVISION= 10
CATEGORIES= security
HOMEPAGE= http://delta.affinix.com/qca/
2010-11-20 12:22:40 -05:00
RUN_DEPENDS= security/qca
PERMIT_PACKAGE_CDROM= Yes
2010-07-30 19:13:30 -04:00
WANTLIB= crypto m ssl stdc++
SHARED_ONLY= Yes
MODULES= x11/qt3
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tar.bz2
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= simple
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/${MODQT_PLUGINS}/crypto
${INSTALL_DATA} ${WRKSRC}/libqca-tls.so ${PREFIX}/${MODQT_PLUGINS}/crypto
SUBST_VARS+= MODQT_PLUGINS
.include <bsd.port.mk>