diff options
author | hrs <hrs@FreeBSD.org> | 2013-07-25 19:13:50 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-07-25 19:13:50 +0800 |
commit | b9aee97ce4cdf9248df3b2d94c6b30ed4b82c0c2 (patch) | |
tree | 1e4cb4b1c56d2610045ddc95d3a0ff511ca04dcb /security/trousers | |
parent | 04cf01290525bc15f8a386394590b389beae650f (diff) | |
download | freebsd-ports-gnome-b9aee97ce4cdf9248df3b2d94c6b30ed4b82c0c2.tar.gz freebsd-ports-gnome-b9aee97ce4cdf9248df3b2d94c6b30ed4b82c0c2.tar.zst freebsd-ports-gnome-b9aee97ce4cdf9248df3b2d94c6b30ed4b82c0c2.zip |
- Add WWW: line to pkg-descr.
- Style cleanups.
- Take maintainership.
Diffstat (limited to 'security/trousers')
-rw-r--r-- | security/trousers/Makefile | 18 | ||||
-rw-r--r-- | security/trousers/pkg-descr | 2 | ||||
-rw-r--r-- | security/trousers/pkg-plist | 1 |
3 files changed, 11 insertions, 10 deletions
diff --git a/security/trousers/Makefile b/security/trousers/Makefile index ef7c36e5d094..c6da30051f87 100644 --- a/security/trousers/Makefile +++ b/security/trousers/Makefile @@ -7,30 +7,28 @@ PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= hrs@FreeBSD.org COMMENT= The open-source TCG Software Stack +LICENSE= CPL +LICENSE_NAME= Common Public License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +USES= gmake iconv pkgconfig USE_GCC= any -USE_GMAKE= YES USE_OPENSSL= YES USE_LDCONFIG= YES -USES= pkgconfig iconv USE_AUTOTOOLS= autoconf automake libtool +USE_RC_SUBR= tcsd GNU_CONFIGURE= YES MAKE_JOBS_SAFE= YES - -USE_RC_SUBR= tcsd SUB_FILES= pkg-message SUB_LIST= USERS=${USERS} GROUPS=${GROUPS} USERS= _tss GROUPS= _tss -LICENSE= CPL -LICENSE_NAME= Common Public License -LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - .include "Makefile.man" CONFIGURE_ARGS= --with-gui=none --enable-static \ diff --git a/security/trousers/pkg-descr b/security/trousers/pkg-descr index 087ba6dfa1b4..7c212c6b231c 100644 --- a/security/trousers/pkg-descr +++ b/security/trousers/pkg-descr @@ -1,2 +1,4 @@ TrouSerS is an CPL (Common Public License) licensed Trusted Computing Software Stack. It is mostly compliant with the TSS 1.2 specification. + +WWW: http://sourceforge.net/projects/trousers diff --git a/security/trousers/pkg-plist b/security/trousers/pkg-plist index 8cf41059b7e0..da346fdf4e73 100644 --- a/security/trousers/pkg-plist +++ b/security/trousers/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ @unexec cmp -s %D/etc/tcsd.conf %D/%%EXAMPLESDIR%%/tcsd.conf && rm -f %D/etc/tcsd.conf || true %%EXAMPLESDIR%%/tcsd.conf @exec [ -f %D/etc/tcsd.conf ] || cp -p %B/%f %D/etc/tcsd.conf |