8d6597e0bb
With hat: portmgr Sponsored by: Absolight
25 lines
592 B
Makefile
25 lines
592 B
Makefile
# Created by: Glenn Johnson <glennpj@charter.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libgnomecups
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 8
|
|
PORTEPOCH= 1
|
|
CATEGORIES= print gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Support library for gnome cups administration
|
|
|
|
LIB_DEPENDS= libcups.so:print/cups
|
|
|
|
USES= pkgconfig pathfix gettext gmake libtool:keepla tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= intlhack glib20
|
|
USE_LDCONFIG= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include -D_IPP_PRIVATE_STRUCTURES
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|