diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-08-01 20:31:17 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-08-01 20:31:17 +0000 |
commit | 8f439843d0c490d1a8f8136ef77ccd682424b8ae (patch) | |
tree | 53b930759f67a2123d441e6e02850d0bd08abaea /graphics/xmorph/Makefile | |
parent | 76bcb91221b3959f2d225d3d70b90d76d49f93ae (diff) | |
download | ports-8f439843d0c490d1a8f8136ef77ccd682424b8ae.tar.gz ports-8f439843d0c490d1a8f8136ef77ccd682424b8ae.zip |
Notes
Diffstat (limited to 'graphics/xmorph/Makefile')
-rw-r--r-- | graphics/xmorph/Makefile | 17 |
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> |