mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
19 lines
240 B
Makefile
19 lines
240 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= smproxy
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Session Manager Proxy
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xt xmu
|
|
|
|
PLIST_FILES= bin/smproxy
|
|
|
|
MAN1= smproxy.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|