1999-12-23 20:42:33 +00:00
|
|
|
# New ports collection makefile for: gnofin
|
|
|
|
# Date created: Sun Jul 18 1999
|
|
|
|
# Whom: domi@saargate.de
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-08 22:04:57 +00:00
|
|
|
PORTNAME= gnofin
|
2000-12-02 12:20:12 +00:00
|
|
|
PORTVERSION= 0.8.4
|
2003-10-04 02:27:44 +00:00
|
|
|
CATEGORIES= deskutils gnome finance
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-12-23 20:42:33 +00:00
|
|
|
|
2002-07-31 21:36:42 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= Light-weight GNOME based financial management program
|
1999-12-23 20:42:33 +00:00
|
|
|
|
2003-07-06 10:14:34 +00:00
|
|
|
USE_REINPLACE= yes
|
1999-12-23 20:42:33 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2000-10-05 07:10:50 +00:00
|
|
|
USE_GNOME= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1999-12-23 20:42:33 +00:00
|
|
|
|
|
|
|
MAN1= gnofin.1
|
|
|
|
|
2000-10-05 07:10:50 +00:00
|
|
|
pre-patch:
|
2003-07-06 10:14:34 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
|
|
|
-e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \
|
|
|
|
-e 's|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|' \
|
|
|
|
-e 's|$$(top_builddir)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
|
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
|
|
|
|
-e 's|$$(datadir)/gnome/|$$(datadir)/|g' \
|
|
|
|
-e ' s|$$(datadir)/locale|$$(prefix)/share/locale|g'
|
|
|
|
@{FIND} ${WRKSRC}/plugins -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
|
|
|
|
-e 's|_la_LDFLAGS =|_la_LDFLAGS = -avoid-version|g'
|
1999-12-23 20:42:33 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|