1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/x11/menu-cache/Makefile
Antoine Brodin 604485f846 Convert the tree to USES=fam
Approved by:	portmgr (bapt)
2014-01-04 23:40:44 +00:00

21 lines
440 B
Makefile

# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$
PORTNAME= menu-cache
PORTVERSION= 0.5.1
CATEGORIES= x11
MASTER_SITES= SF/lxde/menu-cache/menu-cache%20$${PORTVERSION:R}.x/
MAINTAINER= nemysis@FreeBSD.org
COMMENT= The menu-cache portion of LXDE
USES= fam gmake pkgconfig
USE_GNOME= gnomehack glib20
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>