mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
21 lines
376 B
Makefile
21 lines
376 B
Makefile
# New ports collection makefile for: libXtst
|
|
# Date Created: 8 Feb 2006
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libXtst
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Test extension
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= x11 xext recordproto:both xextproto inputproto:both \
|
|
xi
|
|
USE_AUTOTOOLS= libtool
|
|
|
|
.include <bsd.port.mk>
|