diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-12-20 10:49:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-12-20 10:49:18 +0000 |
commit | 4a0364b2e4d9a42f0fc1dab535f2f4a1c8274f1b (patch) | |
tree | bec65624ce23d7158cef45906612da4926322bac /graphics/xv | |
parent | - Try to grab from ftp.uni-bremen.de first; seems to be the (diff) |
xv is "shareware except for personal use only", and it is ok to put it
on our CDROM and ftp site. Add a post-install target to copy the README
to ${PREFIX}/share/doc/xv at author's request.
Diffstat (limited to 'graphics/xv')
-rw-r--r-- | graphics/xv/Makefile | 7 | ||||
-rw-r--r-- | graphics/xv/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/xv/pkg-plist | 1 |
3 files changed, 12 insertions, 3 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 4ed75cb92276..efab2e82d316 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -3,7 +3,7 @@ # Date created: 30 October 1994 # Whom: smace # -# $Id: Makefile,v 1.8 1995/05/13 23:57:44 asami Exp $ +# $Id: Makefile,v 1.9 1995/10/03 21:58:40 ache Exp $ # DISTNAME= xv-3.10a @@ -15,7 +15,8 @@ LIB_DEPENDS= jpeg\\.6\\.:${PORTSDIR}/graphics/jpeg \ USE_IMAKE= yes -# Restrictive copyright -NO_PACKAGE= yes +post-install: + mkdir -p ${PREFIX}/share/doc/xv + cp ${WRKSRC}/README ${PREFIX}/share/doc/xv .include <bsd.port.mk> diff --git a/graphics/xv/pkg-descr b/graphics/xv/pkg-descr index 2a9e0b272c7f..75641db7c9a1 100644 --- a/graphics/xv/pkg-descr +++ b/graphics/xv/pkg-descr @@ -3,3 +3,10 @@ JPEG, TIFF, PBM, PGM, PPM, X11 bitmap, Utah Raster Toolkit RLE, PDS/VICAR, Sun Rasterfile, BMP, XPM, PCX, IRIS RGB, possibly PostScript, and PM formats on workstations and terminals running the X Window System, Version 11. + +Note that this program is shareware except for personal use only. +Please read the documentation in the directory + + /usr/X11R6/share/doc/xv + +for proper usage. diff --git a/graphics/xv/pkg-plist b/graphics/xv/pkg-plist index 71dbd18472b8..a68c25be0a4f 100644 --- a/graphics/xv/pkg-plist +++ b/graphics/xv/pkg-plist @@ -9,3 +9,4 @@ man/man1/bggen.1.gz man/man1/vdcomp.1.gz man/man1/xcmap.1.gz man/man1/xvpictoppm.1.gz +share/doc/xv/README |