1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/graphics/xpaint/Makefile
David W. Chapman Jr. 7b514ed2ca Fix writting pixmap to stderr or stdout
Bump PORTREVISION

PR:		22590
Submitted by:	peter.jeremy@alcatel.com.au
2001-08-31 02:58:01 +00:00

26 lines
490 B
Makefile

# New ports collection makefile for: xpaint
# Date created: 2 Jan 1995
# Whom: swallace
#
# $FreeBSD$
#
PORTNAME= xpaint
PORTVERSION= 2.6.1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://home.worldonline.dk/~torsten/xpaint/ \
ftp://ftp.win.ne.jp/pub/graphics/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
png.4:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
USE_XPM= yes
MAN1= xpaint.1
.include <bsd.port.mk>