mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
4a0364b2e4
on our CDROM and ftp site. Add a post-install target to copy the README to ${PREFIX}/share/doc/xv at author's request.
23 lines
493 B
Makefile
23 lines
493 B
Makefile
# New ports collection makefile for: xv
|
|
# Version required: 3.10a
|
|
# Date created: 30 October 1994
|
|
# Whom: smace
|
|
#
|
|
# $Id: Makefile,v 1.9 1995/10/03 21:58:40 ache Exp $
|
|
#
|
|
|
|
DISTNAME= xv-3.10a
|
|
CATEGORIES+= graphics x11
|
|
MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/
|
|
|
|
LIB_DEPENDS= jpeg\\.6\\.:${PORTSDIR}/graphics/jpeg \
|
|
tiff\\.3\\.:${PORTSDIR}/graphics/tiff
|
|
|
|
USE_IMAKE= yes
|
|
|
|
post-install:
|
|
mkdir -p ${PREFIX}/share/doc/xv
|
|
cp ${WRKSRC}/README ${PREFIX}/share/doc/xv
|
|
|
|
.include <bsd.port.mk>
|