e531ca1b03
While here, marked as DESTDIR ready. Changes for version 1.04: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/94378 Succinctly, the #define for EXTRA in parse.c needs to be (at least) 12, Changes for version 1.03: Botched some prototypes. 1.02 wouldn't compile.
23 lines
643 B
Makefile
23 lines
643 B
Makefile
# $NetBSD: Makefile,v 1.13 2007/12/10 11:35:08 obache Exp $
|
|
|
|
DISTNAME= piewm-1.04
|
|
CATEGORIES= wm
|
|
MASTER_SITES= http://www.crynwr.com/piewm/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.crynwr.com/piewm/
|
|
COMMENT= Minimalist window manager based on tvtwm with pie menus
|
|
|
|
USE_IMAKE= yes
|
|
USE_TOOLS+= lex yacc
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../x11/xbitmaps/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|