mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
3bbe9ac137
Convert to USES=libtool
27 lines
714 B
Makefile
27 lines
714 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/sysutils/gnome-device-manager/Makefile,v 1.1 2008/01/08 06:47:29 marcus Exp $
|
|
|
|
PORTNAME= gnome-device-manager
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://hal.freedesktop.org/releases/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= HAL device manager for the GNOME Desktop
|
|
|
|
LIB_DEPENDS= libhal.so:${PORTSDIR}/sysutils/hal
|
|
|
|
USES= gmake libtool pathfix pkgconfig tar:bzip2
|
|
USE_GNOME= intlhack libgnomeui gnomedocutils
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALLS_OMF= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|