freebsd-ports/textproc/gnome-spell/Makefile

30 lines
766 B
Makefile
Raw Normal View History

2013-09-03 14:13:23 +02:00
# Created by: 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= 10
CATEGORIES= textproc gnome
MASTER_SITES= GNOME
2002-02-12 23:39:08 +01:00
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
2014-04-26 02:13:27 +02:00
COMMENT= GNOME/Bonobo component for spell checking
LIB_DEPENDS= libaspell.so:textproc/aspell
2014-04-26 02:13:27 +02:00
USE_GNOME= gnomeprefix intlhack libgnomeui
USES= gettext gmake libtool pathfix pkgconfig perl5 tar:bzip2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
2003-06-11 06:58:41 +02:00
PLIST_SUB= VERSION=${PORTVERSION}
2014-04-26 02:13:27 +02:00
INSTALL_TARGET= install-strip
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>