freebsd-ports/deskutils/yank/Makefile
Jun Kuriyama eeacff5939 Update WWW and use $MASTER_SITE_SOURCEFORGE.
Submitted by:	MA, Dunzi <tadalunch@sources.redhat.com> (www update)
PR:		ports/48307
2003-04-24 02:04:52 +00:00

37 lines
1012 B
Makefile

# New ports collection makefile for: yank
# Date created: 28 November 1999
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= yank
PORTVERSION= 0.2.0
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= yank
MAINTAINER= jedgar@FreeBSD.org
COMMENT= A simple notekeeper and todo-list manager for GNOME
PLIST_SUB= PORTVERSION=${PORTVERSION}
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
pre-patch:
@${PERL} -pi -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's^\$\(datadir\)/gnome/^\$\(datadir\)/^g ; \
s^\$\(datadir\)/locale^\$\(prefix\)/share/locale^g'
@find ${WRKSRC}/src/Plugins -name "Makefile.in" | xargs ${PERL} -pi -e \
's|_la_LDFLAGS =|_la_LDFLAGS = -avoid-version|g'
.include <bsd.port.mk>