summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-10-15 09:41:53 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-10-15 09:41:53 +0000
commit49ed9decb0aff8048caf1a1877fa17d4ba0e65bf (patch)
treeccc2a06cecd79b196daec6e347ab99226816ed03 /devel
parent- Fix build on -current (diff)
new port of maketool
Notes
Notes: svn path=/head/; revision=91303
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/maketool/Makefile70
-rw-r--r--devel/maketool/distinfo1
-rw-r--r--devel/maketool/pkg-descr3
-rw-r--r--devel/maketool/pkg-message2
5 files changed, 77 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index cdc6bdae1dfe..b3337fa19b79 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -425,6 +425,7 @@
SUBDIR += make++
SUBDIR += makedepend
SUBDIR += makeplus
+ SUBDIR += maketool
SUBDIR += memcheck
SUBDIR += meta-cvs
SUBDIR += mico
diff --git a/devel/maketool/Makefile b/devel/maketool/Makefile
new file mode 100644
index 000000000000..0d4c381015fc
--- /dev/null
+++ b/devel/maketool/Makefile
@@ -0,0 +1,70 @@
+# New ports collection makefile for: maketool
+# Date created: 2002-10-15
+# Whom: trevor
+#
+# $FreeBSD$
+#
+
+PORTNAME= maketool
+PORTVERSION= 0.8.1
+CATEGORIES= devel
+MASTER_SITES= http://www.alphalink.com.au/~gnb/maketool/downloads/
+
+MAINTAINER= trevor@FreeBSD.org
+COMMENT= GUI interface for make or gmake
+
+LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
+ freetype.9:${PORTSDIR}/print/freetype2 \
+ intl.5:${PORTSDIR}/devel/gettext
+
+DOCS= COPYING COPYRIGHT ChangeLog TODO
+GNU_CONFIGURE= yes
+MAN1= maketool.1
+PLIST= ${WRKDIR}/pkg-plist
+USE_BZIP2= yes
+USE_GNOME= atk glib20 gtk20 pango
+USE_X_PREFIX= yes
+
+pre-everything::
+ @${CAT} ${PKGMESSAGE}
+ @${ECHO_CMD} 
+ @${ECHO_CMD} Waiting ten seconds--press control-C to cancel build.
+ @sleep 10
+
+pre-install:
+ ${ECHO_CMD} bin/maketool > ${PLIST}
+.for ii in make maketool_client
+ ${ECHO_CMD} libexec/maketool/${ii} >> ${PLIST}
+.endfor
+ ${ECHO_CMD} @dirrm libexec/maketool >> ${PLIST}
+.if !defined(NOPORTDOCS)
+.for ii in ${DOCS}
+ ${ECHO_CMD} share/doc/maketool/${ii} >> ${PLIST}
+.endfor
+ ${ECHO_CMD} @dirrm share/doc/maketool >> ${PLIST}
+.endif
+ cd ${WRKSRC}/doc/help/C/help && ${LS} | ${SED} -e \
+ "s:^:share/maketool/help/C/:g" >> ${PLIST}
+ cd ${WRKSRC}/doc/help/C && ${LS} *dat *gif | ${SED} -e \
+ "s:^:share/maketool/help/C/:g" >> ${PLIST}
+.for ii in autoconf-dist autoconf-maint automake imake
+ ${ECHO_CMD} share/maketool/${ii}.mk >> ${PLIST}
+.endfor
+.for ii in /help/C /help /
+ ${ECHO_CMD} @dirrm share/maketool${ii} >> ${PLIST}
+.endfor
+ ${ECHO_CMD} lib/charset.alias >> ${PLIST}
+ ${ECHO_CMD} share/locale/locale.alias >> ${PLIST}
+.for ii in cs ja
+ ${ECHO_CMD} share/locale/${ii}/LC_MESSAGES/maketool.mo >> ${PLIST}
+.endfor
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for ii in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${ii} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/devel/maketool/distinfo b/devel/maketool/distinfo
new file mode 100644
index 000000000000..1224a88b8f7f
--- /dev/null
+++ b/devel/maketool/distinfo
@@ -0,0 +1 @@
+MD5 (maketool-0.8.1.tar.bz2) = d5758ea63b31cd6712a47199b7e5722d
diff --git a/devel/maketool/pkg-descr b/devel/maketool/pkg-descr
new file mode 100644
index 000000000000..651e1ed90922
--- /dev/null
+++ b/devel/maketool/pkg-descr
@@ -0,0 +1,3 @@
+This is a GUI front-end to make or gmake.
+
+WWW: http://www.alphalink.com.au/~gnb/maketool/
diff --git a/devel/maketool/pkg-message b/devel/maketool/pkg-message
new file mode 100644
index 000000000000..d6abd3cd64ea
--- /dev/null
+++ b/devel/maketool/pkg-message
@@ -0,0 +1,2 @@
+*** WARNING:
+*** The source code of maketool has not been reviewed by the FreeBSD maintainer!