freebsd-ports/print/libgnomecups/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

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>