33 lines
672 B
Makefile
Raw Normal View History

2010-11-17 08:05:12 +00:00
# $OpenBSD: Makefile,v 1.49 2010/11/17 08:05:16 espie 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
REVISION= 2
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 Xpm Xt c m \
2010-11-17 08:05:12 +00:00
pthread-stubs xcb z jpeg>=62 tiff>=36 png>=4
2000-02-12 06:29:49 +00:00
2005-04-17 21:24:25 +00:00
FAKE= lib
2010-11-17 08:05:12 +00:00
LIB_DEPENDS= graphics/jpeg \
graphics/tiff \
graphics/png
1997-12-03 03:51:22 +00:00
CONFIGURE_STYLE= imake
ALL_TARGET= xaw
2010-11-09 19:00:28 +00:00
USE_GROFF = Yes
2002-10-27 00:03:16 +00:00
NO_REGRESS= Yes
1997-12-03 03:51:22 +00:00
.include <bsd.port.mk>