mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
24 lines
357 B
Makefile
24 lines
357 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libXevie
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= The Xevie library
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= evieproto x11 xext xextproto xproto:both
|
|
|
|
MAN3= Xevie.3 \
|
|
XevieEnd.3 \
|
|
XevieQueryVersion.3 \
|
|
XevieSelectInput.3 \
|
|
XevieSendEvent.3 \
|
|
XevieStart.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|