diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-11-21 16:52:45 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-11-21 16:52:45 +0000 |
commit | bd62e67cee2c01785275d1383571b3cbd96788c6 (patch) | |
tree | 3a38e87b43a6813d1110b379fa18fe52f764e6ce /security/trousers/Makefile | |
parent | 04d0a9e90b9d58f161084793d4b569a2ec7c0059 (diff) | |
download | ports-bd62e67cee2c01785275d1383571b3cbd96788c6.tar.gz ports-bd62e67cee2c01785275d1383571b3cbd96788c6.zip |
Notes
Diffstat (limited to 'security/trousers/Makefile')
-rw-r--r-- | security/trousers/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/security/trousers/Makefile b/security/trousers/Makefile index eef977ffe2db..2dbbb48a992b 100644 --- a/security/trousers/Makefile +++ b/security/trousers/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} MAINTAINER= nork@FreeBSD.org COMMENT= The open-source TCG Software Stack +BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/pkg.m4:${PORTSDIR}/devel/pkg-config + USE_GMAKE= YES USE_ICONV= YES USE_OPENSSL= YES @@ -21,8 +23,6 @@ USE_AUTOTOOLS= autoconf:268 automake:111 libtool:22 GNU_CONFIGURE= YES MAKE_JOBS_SAFE= YES -BROKEN= does not configure - USE_RC_SUBR= tcsd SUB_FILES= pkg-message SUB_LIST= USERS=${USERS} GROUPS=${GROUPS} @@ -73,8 +73,10 @@ PKGNAMESUFFIX+= -debug CONFIGURE_ARGS+=--enable-debug .endif -pre-configure: - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${AUTORECONF} -i +run-autotools: run-autotools-autoreconf + +run-autotools-autoreconf: + @cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -i post-install: @${MKDIR} ${EXAMPLESDIR} |