freebsd-ports/print/libgnomecups/Makefile

31 lines
660 B
Makefile
Raw Normal View History

# New ports collection makefile for: libgnomecups
# Date created: 14 Jul 2003
# Whom: Glenn Johnson <glennpj@charter.net>
#
# $FreeBSD$
#
PORTNAME= libgnomecups
2008-02-25 19:26:46 +01:00
PORTVERSION= 0.2.3
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= print gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Support library for gnome cups admistration
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
USE_BZIP2= yes
USE_GMAKE= yes
2005-11-19 18:58:00 +01:00
USE_GNOME= gnomehack intlhack ltverhack glib20
2006-05-16 00:23:04 +02:00
USE_GETTEXT= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:15
2004-12-14 22:51:56 +01:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>