1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/graphics/xpaint/Makefile

26 lines
622 B
Makefile
Raw Normal View History

# New ports collection makefile for: xpaint
1998-12-11 09:01:41 +00:00
# Version required: 2.5.6
# Date created: 2 Jan 1995
# Whom: swallace
#
1999-01-23 07:05:35 +00:00
# $Id: Makefile,v 1.33 1999/01/09 00:28:21 fenner Exp $
#
1998-12-11 09:01:41 +00:00
DISTNAME= xpaint-2.5.6
CATEGORIES= graphics
1999-01-09 00:28:21 +00:00
MASTER_SITES= http://www.image.dk/~torsten/xpaint/ \
1998-12-11 09:01:41 +00:00
ftp://ftp.win.or.jp/pub/graphics/
MAINTAINER= jseger@FreeBSD.org
1997-02-05 07:34:36 +00:00
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff34 \
Xpm.4:${PORTSDIR}/graphics/xpm \
1999-01-23 07:05:35 +00:00
png.3:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/xpaint
USE_IMAKE= yes
MAN1= xpaint.1
.include <bsd.port.mk>