freebsd-ports/graphics/xpaint/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

19 lines
524 B
Makefile

# New ports collection makefile for: xpaint
# Version required: 2.1.1
# Date created: 2 Jan 1995
# Whom: swallace
#
# $Id: Makefile,v 1.4 1995/02/11 13:49:38 asami Exp $
#
DISTNAME= xpaint-2.1.1
MASTER_SITES= ftp://romulus.ucs.uoknor.edu/X/R5contrib/
CATEGORIES+= graphics x11
LIB_DEPENDS= jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg \
tiff\\.3\\.:${PORTSDIR}/graphics/tiff \
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
WRKSRC= ${.CURDIR}/work/xpaint
.include <bsd.port.mk>