mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
7471ac7523
Update Comment. Switch to USES=libtool instead of libtool:keepla. Convert to Options handlers, and stop messing around with PKGNAMESUFFIX if the gnome option is selected. PR: 196404 (based on) Submitted by: Kevin Zheng <kevinz5000@gmail.com>
43 lines
922 B
Makefile
43 lines
922 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= glade3
|
|
PORTVERSION= 3.8.5
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= User interface builder for Gtk+ 2
|
|
|
|
CONFLICTS= glade-3.*
|
|
PORTSCOUT= ignore
|
|
|
|
INSTALLS_ICONS= yes
|
|
USE_GNOME= gtk20 libxml2 gnomedocutils
|
|
USES= gmake gettext libtool pathfix desktop-file-utils pkgconfig tar:xz
|
|
INSTALLS_OMF= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/gladeui
|
|
|
|
OPTIONS_DEFINE= GNOME PYTHON
|
|
OPTIONS_DEFAULT=PYTHON
|
|
GNOME_DESC= GNOME UI widget support
|
|
OPTIONS_SUB= yes
|
|
|
|
GNOME_CONFIGURE_ENABLE= gnome
|
|
GNOME_USE= GNOME=libgnomeui
|
|
PYTHON_CONFIGURE_ENABLE= python
|
|
PYTHON_USE= GNOME=pygtk2
|
|
PUTHON_USES= python:2
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/lib/glade3/bindings
|
|
|
|
.include <bsd.port.mk>
|