openbsd-ports/graphics/xpaint/Makefile

31 lines
636 B
Makefile
Raw Normal View History

2005-09-05 09:50:20 -04:00
# $OpenBSD: Makefile,v 1.36 2005/09/05 13:53:45 espie Exp $
COMMENT= "simple paint program"
1997-12-02 22:51:22 -05:00
DISTNAME= xpaint-2.7.7
2005-09-05 09:50:20 -04: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 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-29 20:06:33 -05:00
WANTLIB= ICE SM X11 Xaw Xext Xmu Xp Xpm Xt c m z
2000-02-12 01:29:49 -05:00
2005-04-17 17:24:25 -04:00
FAKE= lib
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
1997-12-02 22:51:22 -05:00
2002-10-26 20:03:16 -04:00
NO_REGRESS= Yes
1997-12-02 22:51:22 -05:00
.include <bsd.port.mk>