openbsd-ports/print/xpp/Makefile
jakemsr b8d7bcd5a4 use -pthread instead of -lpthread for pthreads linkage in CUPS
bulk build tested by steven@ (a while ago) "sure" mbalmer@
2007-12-11 08:00:06 +00:00

36 lines
782 B
Makefile

# $OpenBSD: Makefile,v 1.4 2007/12/11 08:00:06 jakemsr Exp $
COMMENT= X Printing Panel
DISTNAME= xpp-1.5
PKGNAME= ${DISTNAME}p0
CATEGORIES= print sysutils
HOMEPAGE= http://cups.sourceforge.net/xpp/
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= GL ICE SM X11 Xau Xdmcp Xext c crypto m \
pthread stdc++ ssl z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cups/}
LIB_DEPENDS= cups::print/cups \
jpeg.>=62::graphics/jpeg \
fltk.>=4,fltk_images.>=4::x11/fltk \
png.>=4::graphics/png
CONFIGURE_STYLE= gnu
USE_GMAKE= Yes
USE_X11= Yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>