2007-08-21 11:01:00 +02:00
|
|
|
# New ports collection makefile for: eqonomize
|
|
|
|
# Date created: 6 August 2007
|
|
|
|
# Whom: Yinghong.Liu <relaxbsd@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= eqonomize
|
|
|
|
PORTVERSION= 0.5
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2007-08-21 11:01:00 +02:00
|
|
|
CATEGORIES= finance
|
|
|
|
MASTER_SITES= SF
|
|
|
|
|
2008-03-02 09:25:11 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-08-21 11:01:00 +02:00
|
|
|
COMMENT= A peronal accounting software
|
|
|
|
|
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
|
|
|
DATADIR= ${PREFIX}/share/apps/${PORTNAME}
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} 's|%%LOCALBASE%%/bin/bash|/bin/sh|g' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|