32 lines
667 B
Makefile
Raw Normal View History

2007-11-13 17:10:25 +00:00
# $OpenBSD: Makefile,v 1.41 2007/11/13 17:10:26 steven Exp $
COMMENT= simple paint program
1997-12-03 03:51:22 +00:00
2005-10-31 23:24:19 +00:00
DISTNAME= xpaint-2.7.8.1
2007-11-13 17:10:25 +00:00
PKGNAME= ${DISTNAME}p0
CATEGORIES= graphics x11
HOMEPAGE= http://sf-xpaint.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sf-xpaint/}
EXTRACT_SUFX= .tar.bz2
2000-03-05 18:30:21 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-11-13 17:10:25 +00:00
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xp Xpm Xt c m z
2000-02-12 06:29:49 +00:00
2005-04-17 21:24:25 +00:00
FAKE= lib
2006-08-03 12:53:18 +00:00
LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
tiff.>=36::graphics/tiff \
png.>=4::graphics/png
1997-12-03 03:51:22 +00:00
CONFIGURE_STYLE= imake
ALL_TARGET= xaw
2006-11-13 11:20:24 +00:00
USE_X11= Yes
2002-10-27 00:03:16 +00:00
NO_REGRESS= Yes
1997-12-03 03:51:22 +00:00
.include <bsd.port.mk>