diff options
Diffstat (limited to 'misc/gtl/Makefile')
-rw-r--r-- | misc/gtl/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/gtl/Makefile b/misc/gtl/Makefile new file mode 100644 index 000000000000..28e55e94c475 --- /dev/null +++ b/misc/gtl/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: gtl +# Version required: 0.3.1 +# Date created: 05 October 1999 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= GTL-0.3.1 +PKGNAME= gtl-0.3.1 +CATEGORIES= misc +MASTER_SITES= http://www.fmi.uni-passau.de/archive/archive.theory/ftp/GTL/ + +MAINTAINER= nakai@FreeBSD.org + +GNU_CONFIGURE= yes +USE_NEWGCC= yes + +.include <bsd.port.mk> |