summaryrefslogtreecommitdiff
path: root/misc/mango
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-31 02:25:18 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-31 02:25:18 +0000
commit7e8d10a55eefa3eb5dc57b8276215cb5f0b14ee7 (patch)
tree035cab752fce851453fd9c99ec9b41f59b84749a /misc/mango
parentUpdate distinfo (the distfile's name is same but (diff)
Add mango 0.3, a recipe management software. Also the first port to
take advantage of -lqtgl provided by the newest QT2.3.0 port. PR: 26029 Submitted by: Roland Jesse <jesse@cs.uni-magdeburg.de>
Notes
Notes: svn path=/head/; revision=40622
Diffstat (limited to 'misc/mango')
-rw-r--r--misc/mango/Makefile30
-rw-r--r--misc/mango/distinfo1
-rw-r--r--misc/mango/pkg-comment1
-rw-r--r--misc/mango/pkg-descr8
-rw-r--r--misc/mango/pkg-plist1
5 files changed, 41 insertions, 0 deletions
diff --git a/misc/mango/Makefile b/misc/mango/Makefile
new file mode 100644
index 000000000000..8508dee3c94c
--- /dev/null
+++ b/misc/mango/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: mango
+# Date created: 23 March 2001
+# Whom: Roland Jesse <jesse@cs.uni-magdeburg.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mango
+PORTVERSION= 0.3
+CATEGORIES= misc
+MASTER_SITES= ftp://mango.sourceforge.net/pub/mango/
+
+MAINTAINER= jesse@cs.uni-magdeburg.de
+
+BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake
+
+USE_BZIP2= yes
+USE_QT2= yes
+TMAKEENV= TMAKEPATH=${PREFIX}/share/tmake/freebsd-g++ QTDIR=${X11BASE}
+MAKE_ENV+= QTDIR=${X11BASE}
+
+do-build:
+ (cd ${WRKSRC}; ${SETENV} ${TMAKEENV} tmake -o Makefile mango.pro)
+ (${PERL} -pi.orig -e "s@-lqt2@-lqtgl@g" ${WRKSRC}/Makefile)
+ (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/mango ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/misc/mango/distinfo b/misc/mango/distinfo
new file mode 100644
index 000000000000..2f5fef8c5169
--- /dev/null
+++ b/misc/mango/distinfo
@@ -0,0 +1 @@
+MD5 (mango-0.3.tar.bz2) = ac9cb32f5174890552e4711065890f1d
diff --git a/misc/mango/pkg-comment b/misc/mango/pkg-comment
new file mode 100644
index 000000000000..7571c4dd8b5d
--- /dev/null
+++ b/misc/mango/pkg-comment
@@ -0,0 +1 @@
+A recipe management software
diff --git a/misc/mango/pkg-descr b/misc/mango/pkg-descr
new file mode 100644
index 000000000000..bf55d9db3dac
--- /dev/null
+++ b/misc/mango/pkg-descr
@@ -0,0 +1,8 @@
+Mango is a recipe management software. The main motivation of the
+project is to provide a mealmaster compatible application for UNIX and
+similar systems.
+
+WWW: http://mango.sourceforge.net/
+
+- Roland
+jesse@cs.uni-magdeburg.de
diff --git a/misc/mango/pkg-plist b/misc/mango/pkg-plist
new file mode 100644
index 000000000000..c99d254f3aa8
--- /dev/null
+++ b/misc/mango/pkg-plist
@@ -0,0 +1 @@
+bin/mango