24 lines
478 B
Makefile
24 lines
478 B
Makefile
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= menu-cache
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= SF/lxde/menu-cache/menu-cache%20${PORTVERSION}/
|
|
|
|
MAINTAINER= nemysis@gmx.ch
|
|
COMMENT= The menu-cache portion of LXDE
|
|
|
|
USES= pkgconfig
|
|
USE_GNOME= gnomehack glib20
|
|
USE_AUTOTOOLS= libtool
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_FAM= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|