diff options
author | Scott Mace <smace@FreeBSD.org> | 1994-10-31 04:36:07 +0000 |
---|---|---|
committer | Scott Mace <smace@FreeBSD.org> | 1994-10-31 04:36:07 +0000 |
commit | a7d24acf294ba86cc9d251a7b8f4ec51a7a284a4 (patch) | |
tree | 57ad313a1c7b48652826b65641cf865e8ed9d7ff /graphics/xv | |
parent | 66d8ba2e0b190df9515e5a5c75c4aeda152245ba (diff) | |
download | ports-a7d24acf294ba86cc9d251a7b8f4ec51a7a284a4.tar.gz ports-a7d24acf294ba86cc9d251a7b8f4ec51a7a284a4.zip |
Notes
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 000000000000..33192e5bfd90 --- /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> |