1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/x11/gnome-terminal/Makefile
Baptiste Daroussin d9651d5599 Support stage
Modernize
Reduce overlinking by using USES=libtool
2014-04-11 10:07:23 +00:00

32 lines
848 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/x11/gnome-terminal/Makefile,v 1.137 2010/11/13 13:25:22 kwm Exp $
PORTNAME= gnome-terminal
PORTVERSION= 2.32.1
PORTREVISION= 3
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Terminal component for the GNOME 2 Desktop
LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
INSTALLS_OMF= yes
USE_XORG= sm
USE_GNOME= gnomeprefix intlhack gconf2 vte gnomedocutils libgnome
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GCONF_SCHEMAS= gnome-terminal.schemas
post-patch:
@${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \
${WRKSRC}/configure ${WRKSRC}/config.h.in
.include <bsd.port.mk>