blob: e7b1a5e6386f28bd7148dc193e8bb1faeb17882b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= smproxy
PORTVERSION= 1.0.6
PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Session Manager Proxy
USES= xorg xorg-cat:app
USE_XORG= xt xmu
PLIST_FILES= bin/smproxy share/man/man1/smproxy.1.gz
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>
|