mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
381 B
Makefile
16 lines
381 B
Makefile
# $NetBSD: Makefile,v 1.19 2013/10/10 14:41:53 ryoon Exp $
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
DISTNAME= libxfce4menu-${XFCE4_VERSION}
|
|
PKGREVISION= 17
|
|
CATEGORIES= x11
|
|
COMMENT= Xfce menu library
|
|
|
|
PKGCONFIG_OVERRIDE+= libxfce4menu/libxfce4menu-0.1.pc
|
|
|
|
MAKE_DIRS+= ${PREFIX}/include/xfce4
|
|
|
|
.include "../../x11/libxfce4util/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|