freebsd-ports/graphics/xpaint/Makefile
Steve Price 6c450aae0f Remove extraneous x11 from CATEGORIES.
Submitted by:	Josh Gilliam <josh@quick.net>
1998-11-21 07:27:41 +00:00

24 lines
586 B
Makefile

# New ports collection makefile for: xpaint
# Version required: 2.5.4
# Date created: 2 Jan 1995
# Whom: swallace
#
# $Id: Makefile,v 1.28 1998/10/05 03:13:40 steve Exp $
#
DISTNAME= xpaint-2.5.4
CATEGORIES= graphics
MASTER_SITES= http://www.danbbs.dk/~torsten/xpaint/
MAINTAINER= jseger@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff34.1:${PORTSDIR}/graphics/tiff34 \
Xpm.4:${PORTSDIR}/graphics/xpm \
png.2:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/xpaint
USE_IMAKE= yes
MAN1= xpaint.1
.include <bsd.port.mk>