mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
50f8eaece1
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
29 lines
692 B
Makefile
29 lines
692 B
Makefile
# 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
|
|
USES= gettext gmake iconv pathfix pkgconfig
|
|
USE_GNOME= gnomeprefix intltool pygnomedesktop pygnomeextras
|
|
USE_PYTHON= yes
|
|
INSTALLS_ICONS= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --libdir=${PREFIX}/libexec
|
|
|
|
GCONF_SCHEMAS= glipper.schemas
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|glib/gtypes.h|glib.h|g' \
|
|
${WRKSRC}/glipper/keybinder/tomboykeybinder.h
|
|
|
|
.include <bsd.port.mk>
|