1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/editors/gedit2/Makefile
2003-06-14 20:20:43 +00:00

35 lines
808 B
Makefile

# New ports collection makefile for: gedit2
# Date created: 14 May 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gedit2
PORTVERSION= 2.2.2
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.2
DISTNAME= gedit-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= A small but powerful text editor for Gnome 2.0 Desktop Environment
LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell
WRKSRC= ${WRKDIR}/gedit-${PORTVERSION}
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeprintui eel2
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
MAN1= gedit.1
.include <bsd.port.mk>