summaryrefslogtreecommitdiff
path: root/finance/aqmoney
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-07 20:33:10 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-07 20:33:10 +0000
commit8998d4badae253fc7db7d853545d2f4c9157c678 (patch)
tree3fda471855f39a7b7d758ddab15817d574258f71 /finance/aqmoney
parent- Update to version 4.0b (diff)
Stage support
Notes
Notes: svn path=/head/; revision=339030
Diffstat (limited to 'finance/aqmoney')
-rw-r--r--finance/aqmoney/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/finance/aqmoney/Makefile b/finance/aqmoney/Makefile
index ebf16704a664..70218048369f 100644
--- a/finance/aqmoney/Makefile
+++ b/finance/aqmoney/Makefile
@@ -1,19 +1,17 @@
# Created by: Heiner Strauss <heiner@bilch.com>
# $FreeBSD$
-PORTNAME= aqmoney
-PORTVERSION= 0.6.3
-CATEGORIES= finance
-MASTER_SITES= SF
+PORTNAME= aqmoney
+PORTVERSION= 0.6.3
+CATEGORIES= finance
+MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Manage your credit institute accounts using openhbci
-LIB_DEPENDS= openhbci.14:${PORTSDIR}/finance/openhbci
+LIB_DEPENDS= libopenhbci.so:${PORTSDIR}/finance/openhbci
-GNU_CONFIGURE= yes
-MAN1= aqmoney.1
-PLIST_FILES= bin/aqmoney
+GNU_CONFIGURE= yes
+PLIST_FILES= bin/aqmoney man/man1/aqmoney.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>