freebsd-ports/print/libgnomecups/Makefile
Baptiste Daroussin 7004218208 Convert to:
USES=libtool
USES=pathfix
USES=tar:bzip2
Strip binaries
2014-05-07 22:16:10 +00:00

26 lines
611 B
Makefile

# Created by: Glenn Johnson <glennpj@charter.net>
# $FreeBSD$
PORTNAME= libgnomecups
PORTVERSION= 0.2.3
PORTREVISION= 6
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:${PORTSDIR}/print/cups-client
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>