mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Support stage
Modernize
This commit is contained in:
parent
2dd3869f4b
commit
84bb0704d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351805
@ -4,6 +4,7 @@
|
||||
|
||||
PORTNAME= gtksourceviewmm
|
||||
PORTVERSION= 3.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits gnome
|
||||
MASTER_SITES= GNOME
|
||||
PKGNAMESUFFIX= 3
|
||||
@ -12,13 +13,12 @@ MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= C++ binding of GtkSourceView3
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USE_XZ= yes
|
||||
USES= pathfix gmake pkgconfig
|
||||
USES= pathfix gmake pkgconfig tar:xz libtool
|
||||
USE_GNOME= gtksourceview3 gnomeprefix gtkmm30
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBAS}/lib
|
||||
CONFIGURE_ARGS= --disable-documentation
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -52,6 +52,7 @@ lib/gtksourceviewmm-3.0/include/gtksourceviewmmconfig.h
|
||||
lib/libgtksourceviewmm-3.0.la
|
||||
lib/libgtksourceviewmm-3.0.so
|
||||
lib/libgtksourceviewmm-3.0.so.0
|
||||
lib/libgtksourceviewmm-3.0.so.0.0.0
|
||||
libdata/pkgconfig/gtksourceviewmm-3.0.pc
|
||||
@dirrm lib/gtksourceviewmm-3.0/include/
|
||||
@dirrm lib/gtksourceviewmm-3.0
|
||||
|
Loading…
Reference in New Issue
Block a user