freebsd-ports/x11/menu-cache/Makefile
Rusmir Dusko 3aec3f54bc - Update to 0.5.1
- USES gmake instead of USE_GMAKE

Approved by:	pawel / wg (mentors, implicit)
2013-12-01 00:12:03 +00:00

21 lines
449 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= gmake pkgconfig
USE_GNOME= gnomehack glib20
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
USE_FAM= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>