16 lines
359 B
Makefile
16 lines
359 B
Makefile
# New ports collection makefile for: xv
|
|
# Version required: 3.10
|
|
# Date created: 30 October 1994
|
|
# Whom: smace
|
|
#
|
|
# $Id: Makefile,v 1.2 1994/12/24 13:22:44 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xv-3.10
|
|
USE_IMAKE= yes
|
|
MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/
|
|
DEPENDS= ${PORTSDIR}/graphics/jpeg ${PORTSDIR}/graphics/tiff
|
|
INSTALL_MANPAGES= yes
|
|
|
|
.include <bsd.port.mk>
|