1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/x11/menu-cache/Makefile
Dmitry Marakasov eaba056af6 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-05 18:05:53 +00:00

25 lines
533 B
Makefile

# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$
PORTNAME= menu-cache
PORTVERSION= 0.5.1
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= SF/lxde/menu-cache/menu-cache%20$${PORTVERSION:R}.x/
MAINTAINER= horia@racoviceanu.com
COMMENT= The menu-cache portion of LXDE
USES= fam gmake pathfix pkgconfig libtool
GNU_CONFIGURE= yes
USE_GNOME= glib20
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmenu-cache.so.3
.include <bsd.port.mk>