freebsd-ports/deskutils/glipper/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

26 lines
708 B
Makefile

# Created by: Yuri Pankov <yuri.pankov@gmail.com>
# $FreeBSD$
PORTNAME= glipper
PORTVERSION= 1.0
PORTREVISION= 11
CATEGORIES= deskutils gnome
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Clipboard manager for the GNOME panel
USES= gettext gmake iconv libtool pathfix pkgconfig tar:bzip2
USE_GNOME= gnomeprefix intltool pygnomedesktop pygnomeextras
USE_PYTHON= yes
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/libexec --disable-schemas-install
GCONF_SCHEMAS= glipper.schemas
post-patch:
@${REINPLACE_CMD} -e 's|glib/gtypes.h|glib.h|g' \
${WRKSRC}/glipper/keybinder/tomboykeybinder.h
.include <bsd.port.mk>