2001-12-29 22:39:05 +01:00
|
|
|
# New ports collection makefile for: gnomespell
|
|
|
|
# Date created: 29 December 2001
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomespell
|
2002-02-12 23:39:08 +01:00
|
|
|
PORTVERSION= 0.4.1
|
2002-09-02 19:45:50 +02:00
|
|
|
PORTREVISION= 1
|
2001-12-29 22:39:05 +01:00
|
|
|
CATEGORIES= textproc gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 19:07:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-spell/0.4
|
2001-12-29 22:39:05 +01:00
|
|
|
DISTNAME= gnome-spell-${PORTVERSION}
|
2002-02-12 23:39:08 +01:00
|
|
|
DIST_SUBDIR= gnome
|
2001-12-29 22:39:05 +01:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
|
2002-09-02 19:45:50 +02:00
|
|
|
LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell
|
2001-12-29 22:39:05 +01:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
USE_GMAKE= yes
|
2002-07-10 10:52:11 +02:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gnomeprefix gnomehack libglade gal
|
2001-12-29 22:39:05 +01:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2002-07-10 10:52:11 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2001-12-29 22:39:05 +01:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|