freebsd-ports/textproc/gtkspell/Makefile

33 lines
758 B
Makefile
Raw Normal View History

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