1999-04-30 08:33:55 +00:00
|
|
|
# New ports collection makefile for: gnotepad+
|
2000-04-30 00:15:08 +00:00
|
|
|
# Date created: 08 March 1999
|
1999-04-30 08:33:55 +00:00
|
|
|
# Whom: brett@peloton.physics.montana.edu
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1999-04-30 08:33:55 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 00:25:54 +00:00
|
|
|
PORTNAME= gnotepad+
|
2000-05-17 19:53:25 +00:00
|
|
|
PORTVERSION= 1.3.0
|
1999-04-30 08:33:55 +00:00
|
|
|
CATEGORIES= editors www
|
2000-04-30 00:15:08 +00:00
|
|
|
MASTER_SITES= http://download.sourceforge.net/gnotepad/
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
|
|
|
|
${PORTNAME}-help-${DOCVERSION}${EXTRACT_SUFX}
|
|
|
|
.endif
|
1999-04-30 08:33:55 +00:00
|
|
|
|
1999-09-09 03:03:19 +00:00
|
|
|
MAINTAINER= brett@peloton.runet.edu
|
1999-04-30 08:33:55 +00:00
|
|
|
|
2000-05-17 19:53:25 +00:00
|
|
|
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs
|
1999-05-29 03:56:15 +00:00
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1999-04-30 08:33:55 +00:00
|
|
|
|
2000-04-30 00:15:08 +00:00
|
|
|
DOCVERSION= 1.2.0
|
|
|
|
USE_X_PREFIX= yes
|
2000-05-17 19:53:25 +00:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
|
|
|
--datadir=${PREFIX}/share/gnome
|
2000-04-30 00:15:08 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1999-04-30 08:33:55 +00:00
|
|
|
|
|
|
|
MAN1= gnp.1
|
|
|
|
|
2000-04-30 00:15:08 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-extract:
|
2000-05-17 19:53:25 +00:00
|
|
|
@${MV} ${WRKSRC}/docs ${WRKSRC}/docs.old
|
|
|
|
@${CP} -R ${WRKDIR}/${PORTNAME}-help-${DOCVERSION}/docs ${WRKSRC}/docs
|
2000-04-30 00:15:08 +00:00
|
|
|
.endif
|
|
|
|
|
1999-04-30 08:33:55 +00:00
|
|
|
.include <bsd.port.mk>
|