3c6264d4e6
Bulk build will be used to tune this further.
29 lines
917 B
Makefile
29 lines
917 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/05/22 15:38:48 tnn2 Exp $
|
|
#
|
|
|
|
DISTNAME= PyPanel-2.4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pypanel/}
|
|
|
|
MAINTAINER= ccatrian@eml.cc
|
|
HOMEPAGE= http://pypanel.sourceforge.net/
|
|
COMMENT= Lightweight panel written in Python and C for X11
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PY_PATCHPLIST= yes
|
|
|
|
SUBST_CLASSES+= setup
|
|
SUBST_MESSAGE.setup= Fixing LOCALBASE and X11BASE paths.
|
|
SUBST_STAGE.setup= pre-patch
|
|
SUBST_FILES.setup= setup.py
|
|
SUBST_SED.setup+= -e 's|/usr/bin|${LOCALBASE}/bin|g'
|
|
SUBST_SED.setup+= -e 's|/usr/X11R6|${X11BASE}|g'
|
|
SUBST_SED.setup+= -e 's|/usr/lib|${LOCALBASE}/lib|g'
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../graphics/imlib2/buildlink3.mk"
|
|
.include "../../x11/py-Xlib/buildlink3.mk"
|
|
.include "../../x11/renderproto/buildlink3.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|