freebsd-ports/editors/gnotepad+/Makefile

49 lines
1.1 KiB
Makefile
Raw Normal View History

# Created by: brett@peloton.physics.montana.edu
1999-08-25 07:57:29 +02:00
# $FreeBSD$
2000-04-14 02:25:54 +02:00
PORTNAME= gnotepad+
PORTVERSION= 1.3.3
PORTREVISION= 10
CATEGORIES= editors www gnome
MASTER_SITES= SF/gnotepad/gnotepad-stable/${PORTVERSION} \
SF/gnotepad/gnotepad%20User_s%20Manual/${DOCVERSION}:doc
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
2003-02-21 12:38:28 +01:00
COMMENT= Simple GTK-based text/HTML editor
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
2000-10-05 09:22:56 +02:00
USE_XORG= xpm
USE_GNOME= gnomeprefix gtk12
USES= gettext
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gnome
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
2000-10-05 09:22:56 +02:00
DOCVERSION= 1.2.0
OPTIONS_DEFINE= DOCS
OPTIONS_SUB= yes
DOCS_DISTFILES= ${PORTNAME}-help-${DOCVERSION}${EXTRACT_SUFX}:doc
.include <bsd.port.options.mk>
post-extract:
.if ${PORT_OPTIONS:MDOCS}
@${MV} ${WRKSRC}/docs ${WRKSRC}/docs.old
@${CP} -R ${WRKDIR}/${PORTNAME}-help-${DOCVERSION}/docs ${WRKSRC}/docs
.endif
post-patch:
@${REINPLACE_CMD} -e 's|\(use_gtkhtml=\)yes|\1no|g' ${WRKSRC}/configure
@${REINPLACE_CMD} '/destdir/ s|gnulocaledir)|DESTDIR)$$(&|' \
${WRKSRC}/po/Makefile.in.in
.include <bsd.port.mk>