openbsd-ports/graphics/xpaint/Makefile

33 lines
688 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.42 2009/08/10 06:31:45 kili 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
PKGNAME= ${DISTNAME}p1
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 Xp Xpm Xt c m \
pthread-stubs xcb z
2000-02-12 01:29:49 -05:00
2005-04-17 17:24:25 -04:00
FAKE= lib
2006-08-03 08:53:18 -04:00
LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
tiff.>=36::graphics/tiff \
png.>=4::graphics/png
1997-12-02 22:51:22 -05:00
CONFIGURE_STYLE= imake
ALL_TARGET= xaw
2006-11-13 06:20:24 -05:00
USE_X11= Yes
2002-10-26 20:03:16 -04:00
NO_REGRESS= Yes
1997-12-02 22:51:22 -05:00
.include <bsd.port.mk>