2012-10-15 18:21:11 +02:00
|
|
|
# Created by: Yinghong.Liu <relaxbsd@gmail.com>
|
2007-08-21 11:01:00 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= eqonomize
|
2009-03-02 15:35:04 +01:00
|
|
|
PORTVERSION= 0.5.1
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 6
|
2007-08-21 11:01:00 +02:00
|
|
|
CATEGORIES= finance
|
2009-08-22 02:20:34 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Eqonomize%21/${PORTVERSION}
|
2009-03-02 15:35:04 +01:00
|
|
|
PKGNAMESUFFIX= -kde3
|
2007-08-21 11:01:00 +02:00
|
|
|
|
2012-10-15 18:21:11 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2009-03-02 15:35:04 +01:00
|
|
|
COMMENT= A personal accounting software package
|
2007-08-21 11:01:00 +02:00
|
|
|
|
2012-12-30 13:03:51 +01:00
|
|
|
DEPRECATED= Depends on QT3; unmaintained
|
|
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
|
2013-04-24 20:10:30 +02:00
|
|
|
USES= gettext
|
2007-08-21 11:01:00 +02:00
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_PERL5= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2007-08-21 11:01:00 +02:00
|
|
|
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>
|