mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
78bbb25bbf
PR: ports/113581 Submitted by: chinsan
20 lines
346 B
Makefile
20 lines
346 B
Makefile
# New ports collection makefile for: libSM
|
|
# Date Created: 09 Nov, 2003
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libSM
|
|
PORTVERSION= 1.0.3
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Session Management library for X11
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= ice xproto:both xtrans
|
|
|
|
.include <bsd.port.mk>
|