32 lines
667 B
Makefile
32 lines
667 B
Makefile
# $OpenBSD: Makefile,v 1.41 2007/11/13 17:10:26 steven Exp $
|
|
|
|
COMMENT= simple paint program
|
|
|
|
DISTNAME= xpaint-2.7.8.1
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= graphics x11
|
|
|
|
HOMEPAGE= http://sf-xpaint.sourceforge.net/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sf-xpaint/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xp Xpm Xt c m z
|
|
|
|
FAKE= lib
|
|
LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
|
|
tiff.>=36::graphics/tiff \
|
|
png.>=4::graphics/png
|
|
|
|
CONFIGURE_STYLE= imake
|
|
ALL_TARGET= xaw
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|