2013-09-03 14:13:23 +02:00
|
|
|
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
2001-12-29 22:39:05 +01:00
|
|
|
# $FreeBSD$
|
2007-10-25 01:37:25 +02:00
|
|
|
# $MCom: ports/textproc/gnome-spell/Makefile,v 1.13 2007/10/15 17:17:18 mezz Exp $
|
2001-12-29 22:39:05 +01:00
|
|
|
|
2006-05-28 17:45:41 +02:00
|
|
|
PORTNAME= gnome-spell
|
2007-10-25 01:37:25 +02:00
|
|
|
PORTVERSION= 1.0.8
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 7
|
2001-12-29 22:39:05 +01:00
|
|
|
CATEGORIES= textproc gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2002-02-12 23:39:08 +01:00
|
|
|
DIST_SUBDIR= gnome
|
2001-12-29 22:39:05 +01:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A GNOME/Bonobo component for spell checking
|
2001-12-29 22:39:05 +01:00
|
|
|
|
2004-08-29 00:50:44 +02:00
|
|
|
LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell
|
2001-12-29 22:39:05 +01:00
|
|
|
|
2002-11-11 20:39:53 +01:00
|
|
|
USE_BZIP2= yes
|
2005-10-22 18:23:18 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
|
2013-09-12 18:41:28 +02:00
|
|
|
USES= gettext gmake pkgconfig perl5
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2003-06-11 06:58:41 +02:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
2001-12-29 22:39:05 +01:00
|
|
|
|
2013-09-21 01:17:30 +02:00
|
|
|
NO_STAGE= yes
|
2005-10-22 00:49:16 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \
|
|
|
|
${WRKSRC}/po/Makefile.in.in
|
|
|
|
|
2001-12-29 22:39:05 +01:00
|
|
|
.include <bsd.port.mk>
|