1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/x11/libSM/Makefile
Alexander Kabaev bb8460f708 Bump port revision to account for last fix.
Requested by: nork
2010-05-25 13:55:49 +00:00

26 lines
607 B
Makefile

# New ports collection makefile for: libSM
# Date Created: 09 Nov, 2003
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libSM
PORTVERSION= 1.1.1
PORTREVISION= 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>