mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Support stage
Convert to USES=libtool
This commit is contained in:
parent
af0ff22527
commit
3bbe9ac137
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352180
2 changed files with 6 additions and 7 deletions
|
@ -11,17 +11,16 @@ MASTER_SITES= http://hal.freedesktop.org/releases/
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
COMMENT= HAL device manager for the GNOME Desktop
|
COMMENT= HAL device manager for the GNOME Desktop
|
||||||
|
|
||||||
LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal
|
LIB_DEPENDS= libhal.so:${PORTSDIR}/sysutils/hal
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USES= gmake libtool pathfix pkgconfig tar:bzip2
|
||||||
USES= gmake pkgconfig
|
USE_GNOME= intlhack libgnomeui gnomedocutils
|
||||||
USE_GNOME= gnomehack intlhack ltverhack libgnomeui gnomedocutils
|
GNU_CONFIGURE= yes
|
||||||
USE_AUTOTOOLS= libtool
|
|
||||||
INSTALLS_ICONS= yes
|
INSTALLS_ICONS= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
INSTALLS_OMF= yes
|
INSTALLS_OMF= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -4,9 +4,9 @@ include/gnome-device-manager/gdm-info-provider-iface.h
|
||||||
include/gnome-device-manager/gdm-info-provider.h
|
include/gnome-device-manager/gdm-info-provider.h
|
||||||
include/gnome-device-manager/gdm-pool.h
|
include/gnome-device-manager/gdm-pool.h
|
||||||
lib/libgnome-device-manager.a
|
lib/libgnome-device-manager.a
|
||||||
lib/libgnome-device-manager.la
|
|
||||||
lib/libgnome-device-manager.so
|
lib/libgnome-device-manager.so
|
||||||
lib/libgnome-device-manager.so.0
|
lib/libgnome-device-manager.so.0
|
||||||
|
lib/libgnome-device-manager.so.0.0.0
|
||||||
libdata/pkgconfig/gnome-device-manager.pc
|
libdata/pkgconfig/gnome-device-manager.pc
|
||||||
share/applications/gnome-device-manager.desktop
|
share/applications/gnome-device-manager.desktop
|
||||||
share/gnome/help/gnome-device-manager/C/figures/gnome-device-manager.png
|
share/gnome/help/gnome-device-manager/C/figures/gnome-device-manager.png
|
||||||
|
|
Loading…
Add table
Reference in a new issue