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
|
2009-03-02 15:35:04 +01:00
|
|
|
PORTVERSION= 0.5.1
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 3
|
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
|
|
|
|
2009-03-02 19:43:12 +01:00
|
|
|
MAINTAINER= cm@therek.net
|
2009-03-02 15:35:04 +01:00
|
|
|
COMMENT= A personal accounting software package
|
2007-08-21 11:01:00 +02:00
|
|
|
|
2009-03-03 02:09:29 +01:00
|
|
|
USE_GETTEXT= yes
|
2007-08-21 11:01:00 +02:00
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_PERL5= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
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>
|