summaryrefslogtreecommitdiff
path: root/graphics/xmorph/Makefile
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1996-08-01 20:31:17 +0000
committerEric L. Hernes <erich@FreeBSD.org>1996-08-01 20:31:17 +0000
commit8f439843d0c490d1a8f8136ef77ccd682424b8ae (patch)
tree53b930759f67a2123d441e6e02850d0bd08abaea /graphics/xmorph/Makefile
parentnew port for xmfract, an X/Motif fractal program (diff)
new port for xmorph, an X11 image warping program.
Notes
Notes: svn path=/head/; revision=3486
Diffstat (limited to 'graphics/xmorph/Makefile')
-rw-r--r--graphics/xmorph/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/xmorph/Makefile b/graphics/xmorph/Makefile
new file mode 100644
index 000000000000..a814d98ec84e
--- /dev/null
+++ b/graphics/xmorph/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: xmorph
+# Version required: 12jul96
+# Date created: Thu Aug 1 09:10:22 CDT 1996
+# Whom: erich@FreeBSD.org
+#
+# $Id$
+#
+
+DISTNAME= xmorph-12jul96
+PKGNAME= xmorph-120796
+CATEGORIES+= graphics
+MASTER_SITES= ftp://ftp.x.org/contrib/graphics/
+USE_X11= yes
+
+MAINTAINER= erich@FreeBSD.org
+
+.include <bsd.port.mk>