2001-03-31 16:10:34 +00:00
|
|
|
# New ports collection makefile for: anjuta
|
|
|
|
# Date created: 31 March 2001
|
|
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= anjuta
|
2003-02-22 01:38:54 +00:00
|
|
|
PORTVERSION= 1.0.1
|
2001-03-31 16:10:34 +00:00
|
|
|
CATEGORIES= devel gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= anjuta
|
|
|
|
|
2001-05-18 15:07:46 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-02-22 01:38:54 +00:00
|
|
|
COMMENT= Integrated Development Environment for C and C++
|
2001-03-31 16:10:34 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= scintilla.1:${PORTSDIR}/x11-toolkits/scintilla
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2002-07-27 22:58:47 +00:00
|
|
|
USE_GNOMENG= yes
|
2002-11-16 01:59:03 +00:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomevfs gnomeprint gdkpixbuf
|
2002-07-11 15:31:46 +00:00
|
|
|
USE_REINPLACE= yes
|
2001-03-31 16:10:34 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2002-07-27 22:58:47 +00:00
|
|
|
post-patch:
|
2002-07-11 15:31:46 +00:00
|
|
|
@${REINPLACE_CMD} -e 's#-lpthread#${PTHREAD_LIBS}#g ; \
|
2002-01-04 14:36:22 +00:00
|
|
|
s#DATADIRNAME=lib#DATADIRNAME=share#g' ${WRKSRC}/configure
|
2001-03-31 16:10:34 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|