Update print/abcm2ps to version 8.12.3
[dports.git] / print / libgnomecups / Makefile
1 # Created by: Glenn Johnson <glennpj@charter.net>
2 # $FreeBSD$
3
4 PORTNAME=       libgnomecups
5 PORTVERSION=    0.2.3
6 PORTREVISION=   8
7 PORTEPOCH=      1
8 CATEGORIES=     print gnome
9 MASTER_SITES=   GNOME
10 DIST_SUBDIR=    gnome2
11
12 MAINTAINER=     gnome@FreeBSD.org
13 COMMENT=        Support library for gnome cups administration
14
15 LIB_DEPENDS=    libcups.so:print/cups
16
17 USES=           pkgconfig pathfix gettext gmake libtool:keepla tar:bzip2
18 GNU_CONFIGURE=  yes
19 USE_GNOME=      intlhack glib20
20 USE_LDCONFIG=   yes
21 CPPFLAGS+=      -I${LOCALBASE}/include -D_IPP_PRIVATE_STRUCTURES
22 LDFLAGS+=       -L${LOCALBASE}/lib
23 INSTALL_TARGET= install-strip
24
25 .include <bsd.port.mk>