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-03 03:51:22 +00: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-03 03:51:22 +00:00
# License: BSD
2000-03-05 18:30:21 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 06:29:49 +00:00
LIB_DEPENDS= jpeg.62::graphics/jpeg \
tiff.35::graphics/tiff \
png.2::graphics/png
1997-12-03 03:51:22 +00:00
CONFIGURE_STYLE= imake
1999-10-30 21:11:16 +00:00
WRKDIST= ${WRKDIR}/xpaint
1997-12-03 03:51:22 +00:00
2002-10-27 00:03:16 +00:00
NO_REGRESS= Yes
1997-12-03 03:51:22 +00:00
.include <bsd.port.mk>