mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
2b52e5f257
- Maintainer's timeout (x11@FreeBSD.org) PR: 197717 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
18 lines
295 B
Makefile
18 lines
295 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libdmx
|
|
PORTVERSION= 1.1.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= DMX extension library
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= x11 xext xextproto dmxproto:both
|
|
USES+= cpe
|
|
CPE_VENDOR= x
|
|
|
|
.include <bsd.port.mk>
|