freebsd-ports/graphics/xv/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

16 lines
397 B
Makefile

# New ports collection makefile for: xv
# Version required: 3.10a
# Date created: 30 October 1994
# Whom: smace
#
# $Id: Makefile,v 1.5 1995/02/11 13:49:40 asami Exp $
#
DISTNAME= xv-3.10a
USE_IMAKE= yes
MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/
CATEGORIES+= graphics x11
LIB_DEPENDS= jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg \
tiff\\.3\\.:${PORTSDIR}/graphics/tiff
.include <bsd.port.mk>