aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/glipper/Makefile
blob: 6b6fc7f45d23a0a666a544573b8215c524769bf6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Yuri Pankov <yuri.pankov@gmail.com>
# $FreeBSD$

PORTNAME=   glipper
PORTVERSION=    1.0
PORTREVISION=   10
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>