mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
604485f846
Approved by: portmgr (bapt)
21 lines
440 B
Makefile
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>
|