2013-09-02 22:51:40 +02:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2002-08-19 22:08:57 +02:00
|
|
|
# $FreeBSD$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/textproc/gtkspell/Makefile,v 1.2 2006/09/10 00:51:13 mezz Exp $
|
2002-08-19 22:08:57 +02:00
|
|
|
|
2006-05-28 17:54:10 +02:00
|
|
|
PORTNAME= gtkspell
|
2009-12-20 22:27:59 +01:00
|
|
|
PORTVERSION= 2.0.16
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION?= 4
|
2002-08-19 22:08:57 +02:00
|
|
|
CATEGORIES= textproc gnome
|
2009-12-20 22:27:59 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= marcus
|
2002-08-19 22:08:57 +02:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A GTK+ 2 spell checking component
|
2002-08-19 22:08:57 +02:00
|
|
|
|
2006-05-11 05:51:11 +02:00
|
|
|
.if !defined(REFERENCE_PORT)
|
|
|
|
|
2008-05-24 19:22:13 +02:00
|
|
|
LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant
|
2002-08-19 22:08:57 +02:00
|
|
|
|
2008-05-24 19:22:13 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gtk20 intlhack
|
2013-09-02 22:51:40 +02:00
|
|
|
USES= gettext gmake pkgconfig
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2002-08-19 22:08:57 +02:00
|
|
|
|
2013-09-21 01:17:30 +02:00
|
|
|
NO_STAGE= yes
|
2006-05-11 05:51:11 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in
|
2004-08-30 09:33:30 +02:00
|
|
|
|
2002-08-19 22:08:57 +02:00
|
|
|
.include <bsd.port.mk>
|
2006-05-11 05:51:11 +02:00
|
|
|
|
|
|
|
.endif
|