openbsd-ports/graphics/xpaint/Makefile
2013-03-11 11:10:51 +00:00

30 lines
573 B
Makefile

# $OpenBSD: Makefile,v 1.51 2013/03/11 11:10:56 espie Exp $
COMMENT= simple paint program
DISTNAME= xpaint-2.7.8.1
REVISION= 3
CATEGORIES= graphics x11
HOMEPAGE= http://sf-xpaint.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sf-xpaint/}
EXTRACT_SUFX= .tar.bz2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c m \
z jpeg>=62 tiff>=36 png>=4
FAKE= lib
LIB_DEPENDS= graphics/jpeg \
graphics/tiff \
graphics/png
CONFIGURE_STYLE= imake
ALL_TARGET= xaw
USE_GROFF = Yes
NO_TEST= Yes
.include <bsd.port.mk>