# New ports collection makefile for: glabels # Date created: 29 September 2002 # Whom: Martin Klaffenboeck # # $FreeBSD$ # PORTNAME= glabels PORTVERSION= 1.90.0 CATEGORIES= deskutils MASTER_SITES= http://snaught.com/glabels/source/ MAINTAINER= martin.klaffenboeck@gmx.at LIB_DEPENDS= gnomeprint-2.0:${PORTSDIR}/print/libgnomeprint \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt USE_GNOMENG= yes USE_GNOME= gnomehack gnomeprefix USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes CONFIGURE_ENV= CXXFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -lgnuregex -lcompat" CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .include