diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-07 20:33:10 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-07 20:33:10 +0000 |
commit | 8998d4badae253fc7db7d853545d2f4c9157c678 (patch) | |
tree | 3fda471855f39a7b7d758ddab15817d574258f71 /finance | |
parent | 89f5a59034c9d92140dd1785fd8f2ccd81e9a564 (diff) | |
download | ports-8998d4badae253fc7db7d853545d2f4c9157c678.tar.gz ports-8998d4badae253fc7db7d853545d2f4c9157c678.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/aqmoney/Makefile | 16 |
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> |