772ea7c291
- Update to 0.4.1 [1] - Trim Makefile header [1] - Pass maintainership to submitter [1] - Bump PORTREVISION of dependent ports PR: ports/179711 [1] Submitted by: nemysis <nemysis@gmx.ch>
22 lines
447 B
Makefile
22 lines
447 B
Makefile
# Created by: Kris Moore <kmoore@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= menu-cache
|
|
PORTVERSION= 0.4.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 gtk20
|
|
USE_AUTOTOOLS= libtool
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_FAM= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|