1999-12-25 20:38:04 +01:00
|
|
|
# New ports collection makefile for: yank
|
|
|
|
# Date created: 28 November 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 00:04:57 +02:00
|
|
|
PORTNAME= yank
|
2006-06-10 01:32:16 +02:00
|
|
|
PORTVERSION= 0.2.1
|
1999-12-25 20:38:04 +01:00
|
|
|
CATEGORIES= deskutils gnome
|
2003-04-24 04:04:52 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= yank
|
1999-12-25 20:38:04 +01:00
|
|
|
|
2006-03-24 07:23:46 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A simple notekeeper and todo-list manager for GNOME
|
1999-12-25 20:38:04 +01:00
|
|
|
|
2006-06-10 01:32:16 +02:00
|
|
|
BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell
|
|
|
|
RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell
|
1999-12-25 20:38:04 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2000-08-21 18:40:12 +02:00
|
|
|
USE_X_PREFIX= yes
|
2006-06-10 01:32:16 +02:00
|
|
|
USE_GNOME= gal gconf gnomehack gnomeprefix gnomeprint
|
|
|
|
USE_GETTEXT= yes
|
1999-12-25 20:38:04 +01:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-06-10 01:32:16 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
|
|
|
|
|
|
|
GCONF_SCHEMAS= yank.schemas
|
1999-12-25 20:38:04 +01:00
|
|
|
|
2003-11-15 02:49:42 +01:00
|
|
|
post-patch:
|
2006-06-10 01:32:16 +02:00
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
2003-11-15 02:49:42 +01:00
|
|
|
's|_la_LDFLAGS =|& -avoid-version|g'
|
2000-10-05 09:10:50 +02:00
|
|
|
|
1999-12-25 20:38:04 +01:00
|
|
|
.include <bsd.port.mk>
|