openbsd-ports/graphics/xpaint/Makefile

28 lines
527 B
Makefile
Raw Normal View History

2002-03-21 15:57:06 -05:00
# $OpenBSD: Makefile,v 1.27 2002/03/21 20:57:09 espie Exp $
COMMENT= "simple paint program"
1997-12-02 22:51:22 -05:00
DISTNAME= xpaint-2.6.1
1997-12-02 22:51:22 -05:00
CATEGORIES= graphics x11
2002-03-21 15:57:06 -05:00
NEED_VERSION= 1.515
HOMEPAGE= http://home.worldonline.dk/~torsten/xpaint/
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
MASTER_SITES= ${HOMEPAGE}
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
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/xpaint
1997-12-02 22:51:22 -05:00
.include <bsd.port.mk>