aboutsummaryrefslogtreecommitdiff
path: root/security/yapet
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-07-13 22:21:10 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-07-13 22:21:10 +0000
commit2ed151cfd4eed02b0103629f30178297d4e3cc81 (patch)
tree255060750c802805ca5d666c634eac65a41d1827 /security/yapet
parent661df49a725d8c7ca43677c50b53e25af7f9314c (diff)
downloadports-2ed151cfd4eed02b0103629f30178297d4e3cc81.tar.gz
ports-2ed151cfd4eed02b0103629f30178297d4e3cc81.zip
Notes
Diffstat (limited to 'security/yapet')
-rw-r--r--security/yapet/Makefile16
-rw-r--r--security/yapet/distinfo6
-rw-r--r--security/yapet/pkg-plist3
3 files changed, 20 insertions, 5 deletions
diff --git a/security/yapet/Makefile b/security/yapet/Makefile
index 650ce75f7e9e..8e8706bb10f8 100644
--- a/security/yapet/Makefile
+++ b/security/yapet/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= yapet
-PORTVERSION= 0.3
+PORTVERSION= 0.4
CATEGORIES= security
MASTER_SITES= http://www.guengel.ch/myapps/yapet/downloads/ http://homepage.hispeed.ch/rostertag/yapet/
@@ -19,12 +19,24 @@ MANCOMPRESSED= no
USE_OPENSSL= yes
GNU_CONFIGURE= yes
-OPTIONS= TTITLE "Enable Terminal Title" ON
+OPTIONS= TTITLE "Enable Terminal Title" ON \
+ CSV2YAPET "Build csv2yapet" ON
.include <bsd.port.pre.mk>
.if defined(WITH_TTITLE)
CONFIGURE_ARGS+= --enable-terminal-title
+.else
+CONFIGURE_ARGS+= --disable-terminal-title
+.endif
+
+.if defined(WITH_CSV2YAPET)
+CONFIGURE_ARGS+= --enable-csv2yapet
+MAN1+= csv2yapet.1
+PLIST_SUB+= CSV2YAPET=""
+.else
+CONFIGURE_ARGS+= --disable-csv2yapet
+PLIST_SUB+= CSV2YAPET="@comment "
.endif
.if !defined(WITHOUT_NLS)
diff --git a/security/yapet/distinfo b/security/yapet/distinfo
index 3c2b84f93fd2..9dd0d4156f87 100644
--- a/security/yapet/distinfo
+++ b/security/yapet/distinfo
@@ -1,3 +1,3 @@
-MD5 (yapet-0.3.tar.gz) = 4aeef814ea613178b0b5075ef2f44c17
-SHA256 (yapet-0.3.tar.gz) = 60b54f179783315351bce26d92a34974889d92dbfa2a936bdb1b9e74cabd8580
-SIZE (yapet-0.3.tar.gz) = 859076
+MD5 (yapet-0.4.tar.gz) = 9efad0e6b5337b0171d77ee2bf9cecc9
+SHA256 (yapet-0.4.tar.gz) = ae758cd0778e6f55e0dca63f22ce8bca3a77860646324d43ff09539d667d3ae2
+SIZE (yapet-0.4.tar.gz) = 535666
diff --git a/security/yapet/pkg-plist b/security/yapet/pkg-plist
index b9da00b48f73..de28aefa027d 100644
--- a/security/yapet/pkg-plist
+++ b/security/yapet/pkg-plist
@@ -1,12 +1,15 @@
bin/yapet
+%%CSV2YAPET%%bin/csv2yapet
share/applications/yapet.desktop
%%DOCSDIR%%/AUTHORS
%%DOCSDIR%%/COPYING
%%DOCSDIR%%/DESIGN
%%DOCSDIR%%/README
+%%DOCSDIR%%/LICENSE
%%DOCSDIR%%/html/DESIGN.html
%%DOCSDIR%%/html/README.html
%%DOCSDIR%%/html/yapet.html
+%%CSV2YAPET%%%%DOCSDIR%%/html/csv2yapet.html
%%NLS%%share/locale/de_AT/LC_MESSAGES/yapet.mo
%%NLS%%share/locale/de_CH/LC_MESSAGES/yapet.mo
%%NLS%%share/locale/de_DE/LC_MESSAGES/yapet.mo