openbsd-ports/graphics/xpaint/Makefile

30 lines
573 B
Makefile
Raw Normal View History

2013-03-11 07:10:51 -04:00
# $OpenBSD: Makefile,v 1.51 2013/03/11 11:10:56 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
2011-11-02 05:57:21 -04:00
REVISION= 3
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
2007-11-13 12:10:25 -05:00
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c m \
2011-11-02 05:57:21 -04:00
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-17 03:05:12 -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
2013-03-11 07:10:51 -04:00
NO_TEST= Yes
2002-10-26 20:03:16 -04:00
1997-12-02 22:51:22 -05:00
.include <bsd.port.mk>