openbsd-ports/graphics/xpaint/Makefile

33 lines
681 B
Makefile
Raw Normal View History

2010-11-09 14:00:28 -05:00
# $OpenBSD: Makefile,v 1.48 2010/11/09 19:00:28 espie Exp $
COMMENT= simple paint program
1997-12-02 22:51:22 -05:00
2005-10-31 18:24:19 -05:00
DISTNAME= xpaint-2.7.8.1
REVISION= 2
CATEGORIES= graphics x11
HOMEPAGE= http://sf-xpaint.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sf-xpaint/}
EXTRACT_SUFX= .tar.bz2
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-11-13 12:10:25 -05:00
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c m \
2010-11-09 14:00:28 -05:00
pthread-stubs xcb z jpeg.>=62 tiff.>=36 png.>=4
2000-02-12 01:29:49 -05:00
2005-04-17 17:24:25 -04:00
FAKE= lib
2010-11-09 14:00:28 -05:00
LIB_DEPENDS= ::graphics/jpeg \
::graphics/tiff \
::graphics/png
1997-12-02 22:51:22 -05:00
CONFIGURE_STYLE= imake
ALL_TARGET= xaw
2010-11-09 14:00:28 -05:00
USE_GROFF = Yes
2002-10-26 20:03:16 -04:00
NO_REGRESS= Yes
1997-12-02 22:51:22 -05:00
.include <bsd.port.mk>