652724b9ab
* Fix the PORTSCOUT macro in devel/glib20-reference/bsd.gnome-reference.mk so that all -reference ports get ignored. * Add some PORTSCOUT=ignore:1 here and there for software that won't get any updates anymore. Or are slave ports, so only the master port will get checked.
26 lines
673 B
Makefile
26 lines
673 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/x11-toolkits/gtksourceviewmm3/Makefile,v 1.1 2011/10/16 22:00:24 kwm Exp $
|
|
|
|
PORTNAME= gtksourceviewmm
|
|
PORTVERSION= 3.2.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-toolkits gnome
|
|
MASTER_SITES= GNOME
|
|
PKGNAMESUFFIX= 3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= C++ binding of GtkSourceView3
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gmake libtool:keepla pathfix pkgconfig tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= gtksourceview3 gnomeprefix gtkmm30
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBAS}/lib
|
|
CONFIGURE_ARGS= --disable-documentation
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|