From 360395bad175ddbea440d01b68b85b4a2715869f Mon Sep 17 00:00:00 2001 From: nbm Date: Tue, 20 Feb 2001 14:46:27 +0000 Subject: Add ithought a4, an extensible text management system. --- deskutils/ithought/Makefile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 deskutils/ithought/Makefile (limited to 'deskutils/ithought/Makefile') diff --git a/deskutils/ithought/Makefile b/deskutils/ithought/Makefile new file mode 100644 index 00000000000..26e2a15f5d6 --- /dev/null +++ b/deskutils/ithought/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: ithought +# Date created: 20 Feb 2001 +# Whom: nbm +# +# $FreeBSD$ +# + +PORTNAME= ithought +PORTVERSION= a4 +CATEGORIES= deskutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ithought + +MAINTAINER= nbm@FreeBSD.org + +LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --datadir=${PREFIX}/libexec + +ALL_TARGET= ithought + +USE_GTK= yes + +post-patch: + @${PERL} -i.orig -p \ + -e 's#`gnome-config --cflags gtk`#`${GTK_CONFIG} --cflags`#;' \ + -e 's#`gnome-config --cflags gtk xml`#`${GTK_CONFIG} --cflags; xml-config --cflags`#;' \ + -e 's#`gnome-config --libs gtk xml`#`${GTK_CONFIG} --libs; xml-config --libs`#;' \ + ${WRKSRC}/src/Makefile.in + +.include -- cgit