freebsd-ports/editors/gnotepad+/Makefile
David W. Chapman Jr. a108b5a911 Line 737 of the configure.in file should have a no instead of a yes for use_gtkhtml=
PR:		29431
Submitted by:	Antonio M. D'souza <St.Paul's.United.College@FreeBSD.org>
2001-08-24 13:56:53 +00:00

50 lines
1.0 KiB
Makefile

# New ports collection makefile for: gnotepad+
# Date created: 08 March 1999
# Whom: brett@peloton.physics.montana.edu
#
# $FreeBSD$
#
PORTNAME= gnotepad+
PORTVERSION= 1.3.3
CATEGORIES= editors www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnotepad
.if !defined(NOPORTDOCS)
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
${PORTNAME}-help-${DOCVERSION}${EXTRACT_SUFX}
.endif
MAINTAINER= brett@peloton.runet.edu
DOCVERSION= 1.2.0
USE_X_PREFIX= yes
USE_XPM= yes
USE_GTK= yes
WANT_GNOME= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
MAN1= gnp.1
.include <bsd.port.pre.mk>
post-patch:
@${PERL} -pi.fbsd -e 's|use_gtkhtml=yes|use_gtkhtml=no|g' ${WRKSRC}/configure.in
.if !defined(NOPORTDOCS)
post-extract:
@${MV} ${WRKSRC}/docs ${WRKSRC}/docs.old
@${CP} -R ${WRKDIR}/${PORTNAME}-help-${DOCVERSION}/docs ${WRKSRC}/docs
.endif
.if defined(HAVE_GNOME)
USE_GNOME= yes
.else
CONFIGURE_ARGS+=--disable-gnome
.endif
.include <bsd.port.post.mk>