86d91fcc81
Mark packages that don't or might probably not have staged installation.
22 lines
550 B
Makefile
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"
|