2003-07-16 06:31:57 +02:00
|
|
|
# New ports collection makefile for: libgnomecups
|
|
|
|
# Date created: 14 Jul 2003
|
|
|
|
# Whom: Glenn Johnson <glennpj@charter.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-11-05 04:45:05 +01:00
|
|
|
#
|
2003-07-16 06:31:57 +02:00
|
|
|
|
|
|
|
PORTNAME= libgnomecups
|
2008-02-25 19:26:46 +01:00
|
|
|
PORTVERSION= 0.2.3
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2004-07-27 15:53:04 +02:00
|
|
|
PORTEPOCH= 1
|
2003-07-16 06:31:57 +02:00
|
|
|
CATEGORIES= print gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2003-07-16 06:31:57 +02:00
|
|
|
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
|
2006-11-05 04:45:05 +01:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-12-14 22:51:56 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-07-16 06:31:57 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|