1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/print/xpp/Makefile
Pete Fritchman 45b5f0a3f9 Add xpp-1.0, a GUI print front-end for CUPS
PR:		31005
Submitted by:	"Daniel O'Connor" <darius@chowder.dons.net.au>
2001-10-03 14:39:06 +00:00

28 lines
597 B
Makefile

# New ports collection makefile for: xpp
# Date created: 3 Oct 2001
# Whom: Daniel O'Connor <doconnor@gsoft.com.au>
#
# $FreeBSD$
#
PORTNAME= xpp
PORTVERSION= 1.0
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cups
MAINTAINER= doconnor@gsoft.com.au
LIB_DEPENDS= cups:${PORTSDIR}/print/cups \
fltk:${PORTSDIR}/x11-toolkits/fltk
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lcups -lfltk \
-lGL -lXext ${PTHREAD_LIBS:S/"//g}" \
CPPFLAGS=-I${LOCALBASE}/include
.include <bsd.port.mk>