diff options
author | smace <smace@FreeBSD.org> | 1994-10-31 04:36:07 +0000 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 1994-10-31 04:36:07 +0000 |
commit | c317847fd10b03778e73663bfa4026318134a47e (patch) | |
tree | 9ebc938185111c16f7b762219791e3ffb0c827e3 /graphics/xv | |
parent | d17053522aef125b2cd4fbfdb46f6c5ee098ba2d (diff) | |
download | FreeBSD-ports-c317847fd10b03778e73663bfa4026318134a47e.zip FreeBSD-ports-c317847fd10b03778e73663bfa4026318134a47e.tar.gz |
Import of xv 3.01
Diffstat (limited to 'graphics/xv')
-rw-r--r-- | graphics/xv/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile new file mode 100644 index 0000000..33192e5 --- /dev/null +++ b/graphics/xv/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: xv +# Version required: 3.01 +# Date created: 30 October 1994 +# Whom: smace +# +# $Id: Makefile,v 1.0 1994/10/30 00:00:00 smace Exp $ +# + +DISTNAME= xv-3.01 +USE_IMAKE= yes +MASTER_SITES= ftp://ftp.x.org/R5contrib/ +EXTRACT_SUFX= .tar.gz + +.include <bsd.port.mk> |