summaryrefslogtreecommitdiff
path: root/devel/pas2dox
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-03-18 14:25:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-03-18 14:25:25 +0000
commit18fed5718ed003b4856b6f27b75236f5e4e88f53 (patch)
tree5fa4cb3663f615da29544656cc8da6d518e22afb /devel/pas2dox
parent- Update to 4.38 (diff)
Pas2Dox is a pre-processor addon for the Doxygen documentation generator.
This allows the production of advanced documentation from Delphi/Kylix. WWW: http://pas2dox.sourceforge.net PR: ports/94574 Submitted by: Andreas Kohn <andreas@syndrom23.de>
Notes
Notes: svn path=/head/; revision=157550
Diffstat (limited to 'devel/pas2dox')
-rw-r--r--devel/pas2dox/Makefile34
-rw-r--r--devel/pas2dox/distinfo3
-rw-r--r--devel/pas2dox/pkg-descr4
3 files changed, 41 insertions, 0 deletions
diff --git a/devel/pas2dox/Makefile b/devel/pas2dox/Makefile
new file mode 100644
index 000000000000..1d66402400c3
--- /dev/null
+++ b/devel/pas2dox/Makefile
@@ -0,0 +1,34 @@
+# Ports collection makefile for: pas2dox
+# Date created: 2006-03-16
+# Whom: Andreas Kohn <andreas@syndrom23.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pas2dox
+DISTVERSION= 0.50rc1
+CATEGORIES= devel converters
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= andreas@syndrom23.de
+COMMENT= Preprocessor to use doxygen with Pascal sources
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+USE_GMAKE= yes
+ALL_TARGET= ${PORTNAME}
+
+PLIST_FILES= bin/pas2dox
+
+post-patch:
+ ${REINPLACE_CMD} 's,^CC=.*$$,CC=$${CXX} $${CPPFLAGS} $${CXXFLAGS},' ${WRKSRC}/Makefile
+
+pre-build:
+ ${MAKE} -C ${WRKSRC} clean
+
+do-install:
+ ${MKDIR} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/pas2dox ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/devel/pas2dox/distinfo b/devel/pas2dox/distinfo
new file mode 100644
index 000000000000..515773a00bbe
--- /dev/null
+++ b/devel/pas2dox/distinfo
@@ -0,0 +1,3 @@
+MD5 (pas2dox-0.50rc1.tar.gz) = c1fc36b9c3d2a689054d2611d5035191
+SHA256 (pas2dox-0.50rc1.tar.gz) = 3f8badd7ba1f4f4626c5e9d8c38e2b06dceb3927be12be1af82636fd9c0594e5
+SIZE (pas2dox-0.50rc1.tar.gz) = 227514
diff --git a/devel/pas2dox/pkg-descr b/devel/pas2dox/pkg-descr
new file mode 100644
index 000000000000..d467a65616ed
--- /dev/null
+++ b/devel/pas2dox/pkg-descr
@@ -0,0 +1,4 @@
+Pas2Dox is a pre-processor addon for the Doxygen documentation generator.
+This allows the production of advanced documentation from Delphi/Kylix.
+
+WWW: http://pas2dox.sourceforge.net