blob: 576070e71ed1fa365467ba29eb7b7670a41444a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: libXevie
# Date Created: 21 Feb 2006
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libXevie
PORTVERSION= 1.0.3
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= The Xevie library
LICENSE= MIT
WITH_FBSD10_FIX= yes
XORG_CAT= lib
USE_XORG= evieproto x11 xext xextproto xproto:both
MAN3= Xevie.3 \
XevieEnd.3 \
XevieQueryVersion.3 \
XevieSelectInput.3 \
XevieSendEvent.3 \
XevieStart.3
.include <bsd.port.mk>
|