mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES
This commit is contained in:
parent
562eeefecf
commit
11345877e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359942
@ -3,15 +3,14 @@
|
||||
|
||||
PORTNAME= glipper
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
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
|
||||
USES= gettext gmake iconv libtool pathfix pkgconfig tar:bzip2
|
||||
USE_GNOME= gnomeprefix intltool pygnomedesktop pygnomeextras
|
||||
USE_PYTHON= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
@ -31,12 +31,10 @@
|
||||
%%PYTHON_SITELIBDIR%%/glipper/keybinder/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/glipper/keybinder/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/glipper/keybinder/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/glipper/keybinder/_keybinder.la
|
||||
%%PYTHON_SITELIBDIR%%/glipper/keybinder/_keybinder.so
|
||||
%%PYTHON_SITELIBDIR%%/glipper/osutils/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/glipper/osutils/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/glipper/osutils/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/glipper/osutils/_osutils.la
|
||||
%%PYTHON_SITELIBDIR%%/glipper/osutils/_osutils.so
|
||||
libdata/bonobo/servers/Glipper.server
|
||||
libdata/pkgconfig/glipper.pc
|
||||
|
Loading…
Reference in New Issue
Block a user