forked from Lainports/opnsense-ports
23 lines
419 B
Makefile
23 lines
419 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libXext
|
|
PORTVERSION= 1.3.3
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X11 Extension library
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= xproto x11 xextproto:both xau
|
|
CONFIGURE_ARGS+=--disable-specs --without-xmlto
|
|
INSTALL_TARGET= install-strip
|
|
USES+= cpe
|
|
CPE_PRODUCT= libxext
|
|
CPE_VENDOR= x
|
|
|
|
.include <bsd.port.mk>
|