mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
18 lines
377 B
Makefile
18 lines
377 B
Makefile
# Created by: Heiner Strauss <heiner@bilch.com>
|
|
# $FreeBSD$
|
|
|
|
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= libopenhbci.so:${PORTSDIR}/finance/openhbci
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/aqmoney man/man1/aqmoney.1.gz
|
|
|
|
.include <bsd.port.mk>
|