aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/libXmu/Makefile
blob: d6ec9cff44326ac3612b15e545425a9e49f9d2ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Eric Anholt <anholt@FreeBSD.org>

PORTNAME=	libXmu
PORTVERSION=	1.1.3
PORTEPOCH=	1
CATEGORIES=	x11-toolkits

MAINTAINER=	x11@FreeBSD.org
COMMENT=	X Miscellaneous Utilities libraries

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		xorg xorg-cat:lib
USE_XORG=	xorgproto x11 xt xext

INSTALL_TARGET=	install-strip

.include <bsd.port.mk>