diff options
Diffstat (limited to 'devel/gtgt')
-rw-r--r-- | devel/gtgt/Makefile | 23 | ||||
-rw-r--r-- | devel/gtgt/distinfo | 1 | ||||
-rw-r--r-- | devel/gtgt/pkg-comment | 1 | ||||
-rw-r--r-- | devel/gtgt/pkg-descr | 11 | ||||
-rw-r--r-- | devel/gtgt/pkg-plist | 12 |
5 files changed, 48 insertions, 0 deletions
diff --git a/devel/gtgt/Makefile b/devel/gtgt/Makefile new file mode 100644 index 000000000000..8ce32db98086 --- /dev/null +++ b/devel/gtgt/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# New ports collection makefile for: gtgt +# Date created: Feb 13, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gtgt +PORTVERSION= 1.0.1 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://www.karubik.de/gtgt/ +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ijliao@FreeBSD.org + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/devel/gtgt/distinfo b/devel/gtgt/distinfo new file mode 100644 index 000000000000..4c2593547736 --- /dev/null +++ b/devel/gtgt/distinfo @@ -0,0 +1 @@ +MD5 (gtgt-1.0.1.tar.gz) = 8b03af3a70030fe0648837f41354f1a9 diff --git a/devel/gtgt/pkg-comment b/devel/gtgt/pkg-comment new file mode 100644 index 000000000000..486c7b57b8d4 --- /dev/null +++ b/devel/gtgt/pkg-comment @@ -0,0 +1 @@ +(General | GNU) template generation tools diff --git a/devel/gtgt/pkg-descr b/devel/gtgt/pkg-descr new file mode 100644 index 000000000000..f80eb703ec39 --- /dev/null +++ b/devel/gtgt/pkg-descr @@ -0,0 +1,11 @@ +The (general | GNU) template generation tools are a set of scripts +for creating a whole set of sources, which may already be compiled +and installed by using the GNU development tools. Think of gtgt as +a program which is able to create an already compilable, very +sophisticated "hello world" program, written in C or C++ and +constituted by a main program, two internal modules (classes), one +static and one shared library. Using gitty-gitty you will get a +template of sources for the main cases you might meet, and which +you can also use as examples for automake, autoconf and so on. + +WWW: http://gtgt.sourceforge.net/ diff --git a/devel/gtgt/pkg-plist b/devel/gtgt/pkg-plist new file mode 100644 index 000000000000..40c502927e85 --- /dev/null +++ b/devel/gtgt/pkg-plist @@ -0,0 +1,12 @@ +bin/gcng +bin/gptg +bin/gscg +share/doc/gtgt/autoconf.html +share/doc/gtgt/automake.html +share/doc/gtgt/company-license.long +share/doc/gtgt/company-license.short +share/doc/gtgt/gtgt.html +share/doc/gtgt/gtgt.txt +share/doc/gtgt/index.html +share/doc/gtgt/libtool.html +@dirrm share/doc/gtgt |