pkgsrc-wip/smproxy/Makefile
Aleksej Saushev 86d91fcc81 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 16:22:53 +00:00

22 lines
550 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/10/07 16:23:15 asau Exp $
#
DISTNAME= smproxy-1.0.5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= metaridley@mchsi.com
HOMEPAGE= http://xorg.freedesktop.org/releases/individual/app/
COMMENT= Proxy to allow non-XSMP apps to be managed by xsm
PKG_DESTDIR_SUPPORT= none
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../x11/xextproto/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"