openbsd-ports/graphics/xpaint/Makefile

32 lines
616 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.31 2002/11/22 02:37:37 margarida Exp $
COMMENT= "simple paint program"
1997-12-02 22:51:22 -05:00
VERSION= 2.6.2
DISTNAME= xpaint-${VERSION}
CATEGORIES= graphics x11
HOMEPAGE= http://home.worldonline.dk/torsten/xpaint/
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
1997-12-02 22:51:22 -05:00
# License: BSD
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 01:29:49 -05:00
LIB_DEPENDS= jpeg.62::graphics/jpeg \
tiff.35::graphics/tiff \
png.2::graphics/png
1997-12-02 22:51:22 -05:00
CONFIGURE_STYLE= imake
1999-10-30 17:11:16 -04:00
WRKDIST= ${WRKDIR}/xpaint
1997-12-02 22:51:22 -05:00
2002-10-26 20:03:16 -04:00
NO_REGRESS= Yes
1997-12-02 22:51:22 -05:00
.include <bsd.port.mk>