1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/finance/eqonomize-kde3/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

30 lines
607 B
Makefile

# New ports collection makefile for: eqonomize
# Date created: 6 August 2007
# Whom: Yinghong.Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= eqonomize
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= finance
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
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>