freebsd-ports/textproc/gnome-spell/Makefile

33 lines
770 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnomespell
# Date created: 29 December 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomespell
2003-08-02 00:13:04 +02:00
PORTVERSION= 1.0.5
PORTREVISION= 2
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
2003-06-11 06:58:41 +02:00
MASTER_SITE_SUBDIR= sources/gnome-spell/1.0
DISTNAME= gnome-spell-${PORTVERSION}
2002-02-12 23:39:08 +01:00
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= A GNOME/Bonobo component for spell checking
LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell
2002-11-11 20:39:53 +01:00
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_PERL5= yes
USE_GMAKE= yes
2003-06-11 06:58:41 +02:00
USE_GNOME= gnomeprefix gnomehack libgnomeui
2004-07-26 07:01:37 +02:00
USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
2003-06-11 06:58:41 +02:00
LDFLAGS="-L${LOCALBASE}/lib"
PLIST_SUB= VERSION=${PORTVERSION}
.include <bsd.port.mk>