summaryrefslogtreecommitdiffstats
path: root/x11/libSM/Makefile
blob: 9314adbd2ed16d9dbaa605347b42f9a80cc0ea61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:   libSM
# Date Created:         09 Nov, 2003
# Whom:             Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD: ports/x11/libSM/Makefile,v 1.26 2009/08/02 19:36:07 mezz Exp $
#

PORTNAME=   libSM
PORTVERSION=    1.1.1
PORTEPOCH=  1
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    Session Management library for X11

BUILD_DEPENDS=  ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros

USE_AUTOTOOLS=  aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:22
ACLOCAL_ARGS=   -I . -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS=  --add-missing
XORG_CAT=   lib
USE_XORG=   ice xproto:both xtrans

.include <bsd.port.mk>