freebsd-ports/textproc/gnome-spell/Makefile

36 lines
860 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnomespell
# Date created: 29 December 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/textproc/gnome-spell/Makefile,v 1.13 2007/10/15 17:17:18 mezz Exp $
#
PORTNAME= gnome-spell
PORTVERSION= 1.0.8
PORTREVISION= 2
CATEGORIES= textproc gnome
MASTER_SITES= GNOME
2002-02-12 23:39:08 +01:00
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= A GNOME/Bonobo component for spell checking
2004-08-29 00:50:44 +02:00
LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell
2002-11-11 20:39:53 +01:00
USE_BZIP2= yes
USE_PERL5= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
2006-05-16 00:23:04 +02:00
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
2003-06-11 06:58:41 +02:00
LDFLAGS="-L${LOCALBASE}/lib"
PLIST_SUB= VERSION=${PORTVERSION}
2005-10-22 00:49:16 +02:00
post-patch:
@${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \
${WRKSRC}/po/Makefile.in.in
.include <bsd.port.mk>