1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/x11/libXau/Makefile
Niclas Zeising 710df75c4d x11/libXau: Update to 1.0.9
Update x11/libXau to 1.0.9.
Strip installed library.

The original PR suggested adding a variety of different licenses, all
MIT-like.  After discussion with portmgr, it was decided that since the
liceneses are basically the same (only wording differs), we just tag it as
MIT licensed, without making a difference.  This is already done.

PR:		235911 (based on)
Submitted by:	Samy Mahmoudi
Sponsored by:	B3 Init (zeising)
2019-02-27 15:04:01 +00:00

20 lines
325 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libXau
PORTVERSION= 1.0.9
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Authentication Protocol library for X11
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
XORG_CAT= lib
USE_XORG= xorgproto
INSTALL_TARGET=install-strip
.include <bsd.port.mk>