diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-05-20 05:33:02 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-05-20 05:33:02 +0000 |
commit | b67c0e6b8d4353099f91209522cef4da01b3839d (patch) | |
tree | eeb593ed3f29ae59c5de67428d1f22402277d66b /graphics | |
parent | 30aaeb68b21ce3a618480b76b77aa8cf2fefc7db (diff) | |
download | FreeBSD-ports-b67c0e6b8d4353099f91209522cef4da01b3839d.zip FreeBSD-ports-b67c0e6b8d4353099f91209522cef4da01b3839d.tar.gz |
add xtexcad 2.4.1
Simple drawing program enforcing limited slopes and diameters
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/xtexcad/Makefile | 22 | ||||
-rw-r--r-- | graphics/xtexcad/distinfo | 1 | ||||
-rw-r--r-- | graphics/xtexcad/pkg-descr | 1 | ||||
-rw-r--r-- | graphics/xtexcad/pkg-plist | 2 |
5 files changed, 27 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index fa295d0..24f400e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -412,6 +412,7 @@ SUBDIR += xpx SUBDIR += xrml SUBDIR += xsane + SUBDIR += xtexcad SUBDIR += xv SUBDIR += xv-m17n SUBDIR += xwpick diff --git a/graphics/xtexcad/Makefile b/graphics/xtexcad/Makefile new file mode 100644 index 0000000..d51d28f --- /dev/null +++ b/graphics/xtexcad/Makefile @@ -0,0 +1,22 @@ +# ex:ts=8 +# Ports collection makefile for: xtexcad +# Date created: May 20, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= xtexcad +PORTVERSION= 2.4.1 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_TEX_CTAN} +MASTER_SITE_SUBDIR= graphics/xtexcad + +MAINTAINER= ports@FreeBSD.org +COMMENT= Simple drawing program enforcing limited slopes and diameters + +USE_IMAKE= yes + +MAN1= xtexcad.1 + +.include <bsd.port.mk> diff --git a/graphics/xtexcad/distinfo b/graphics/xtexcad/distinfo new file mode 100644 index 0000000..affbc07 --- /dev/null +++ b/graphics/xtexcad/distinfo @@ -0,0 +1 @@ +MD5 (xtexcad-2.4.1.tar.gz) = c5dd2be0c1e151291436ed8751eb97f2 diff --git a/graphics/xtexcad/pkg-descr b/graphics/xtexcad/pkg-descr new file mode 100644 index 0000000..153b7d5 --- /dev/null +++ b/graphics/xtexcad/pkg-descr @@ -0,0 +1 @@ +Simple drawing program enforcing limited slopes and diameters. diff --git a/graphics/xtexcad/pkg-plist b/graphics/xtexcad/pkg-plist new file mode 100644 index 0000000..34e47a5 --- /dev/null +++ b/graphics/xtexcad/pkg-plist @@ -0,0 +1,2 @@ +bin/xtexcad +lib/X11/app-defaults/XTeXcad |