blob: 2167bdd74e34b5cf502362a7c4e661c47687ab47 (
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
27
28
29
30
|
# Created by: Yuri Pankov <yuri.pankov@gmail.com>
# $FreeBSD$
PORTNAME= glipper
PORTVERSION= 1.0
PORTREVISION= 9
CATEGORIES= deskutils gnome
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Clipboard manager for the GNOME panel
USE_BZIP2= yes
USE_ICONV= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USES= pathfix
USE_GNOME= gnomeprefix intltool pygnomedesktop pygnomeextras
USE_PYTHON= 2.5+
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/libexec
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>
|