freebsd-ports/x11-toolkits/pangomm/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

43 lines
824 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= pangomm
PORTVERSION= 2.36.0
PORTREVISION?= 0
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= C++ wrapper for Pango
USES= tar:xz
.if !defined(REFERENCE_PORT)
PORTSCOUT= limitw:1,even
BUILD_DEPENDS= gm4:devel/m4
USES+= gmake libtool pathfix pkgconfig
USE_GNOME= cairomm glibmm pango
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-documentation \
--enable-static=yes
INSTALL_TARGET= install-strip
PLIST_SUB= VERSION="2.4" API_VERSION="1.4"
post-patch:
.for d in tests
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/${d}//' \
${WRKSRC}/Makefile.in
.endfor
.include <bsd.port.mk>
.else
PORTSCOUT= ignore:1
.endif