diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-08 04:33:10 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-08 04:33:10 +0800 |
commit | fd8e78f8baa1d7b09d7f6290d749f0ad069a3e54 (patch) | |
tree | 3fda471855f39a7b7d758ddab15817d574258f71 /finance | |
parent | 876b718d0dc959088a1a19689c0a1a9c1f649a60 (diff) | |
download | freebsd-ports-gnome-fd8e78f8baa1d7b09d7f6290d749f0ad069a3e54.tar.gz freebsd-ports-gnome-fd8e78f8baa1d7b09d7f6290d749f0ad069a3e54.tar.zst freebsd-ports-gnome-fd8e78f8baa1d7b09d7f6290d749f0ad069a3e54.zip |
Stage support
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> |