mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Fix build after base r345349
While here, do some cleanup of the port. Release maintainer PR: 236141
This commit is contained in:
parent
8d85b57792
commit
f04a954e83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496635
@ -1,6 +1,5 @@
|
||||
# Created by: Marc Recht <marc@informatik.uni-bremen.de>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/x11-toolkits/gtkglarea2/Makefile,v 1.2 2006/09/10 00:51:17 mezz Exp $
|
||||
|
||||
PORTNAME= gtkglarea
|
||||
PORTVERSION= 2.0.1
|
||||
@ -10,13 +9,17 @@ MASTER_SITES= GNOME
|
||||
DISTNAME= gtkglarea-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= OpenGL widget for the GTK+2 GUI toolkit
|
||||
|
||||
USES= compiler:c++11-lang libtool:keepla pathfix pkgconfig tar:bzip2
|
||||
USE_GNOME= gtk20
|
||||
USE_GL= yes
|
||||
LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
||||
libfontconfig.so:x11-fonts/fontconfig
|
||||
|
||||
USES= compiler:c++11-lang gl gnome libtool:keepla pathfix pkgconfig tar:bzip2
|
||||
USE_GNOME= cairo gdkpixbuf2 gtk20
|
||||
USE_GL= gl glu
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-lib-GL
|
||||
INSTALL_TARGET= install-strip
|
||||
|
11
x11-toolkits/gtkglarea2/files/patch-Makefile.in
Normal file
11
x11-toolkits/gtkglarea2/files/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig 2019-03-23 10:53:10 UTC
|
||||
+++ Makefile.in
|
||||
@@ -208,7 +208,7 @@ top_srcdir = @top_srcdir@
|
||||
# use the ACLOCAL_FLAGS env var when rerunning aclocal
|
||||
ACLOCAL_FLAGS =
|
||||
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
|
||||
-SUBDIRS = gtkgl examples docs # build
|
||||
+SUBDIRS = gtkgl docs # build
|
||||
pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
pkgconfig_DATA = gtkgl-2.0.pc
|
||||
EXTRA_DIST = \
|
Loading…
Reference in New Issue
Block a user