mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
20 lines
360 B
Makefile
20 lines
360 B
Makefile
# New ports collection makefile for: xf86-input-vmmouse
|
|
# Date Created: 17 Feb 2006
|
|
# Whom: NIIMI Satoshi <sa2c@sa2c.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xf86-input-vmmouse
|
|
PORTVERSION= 12.4.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-drivers
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org vmmouse input driver
|
|
|
|
XORG_CAT= driver
|
|
MAN4= vmmouse.4x
|
|
|
|
.include <bsd.port.mk>
|