1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/x11/numlockx/Makefile
Dmitry Marakasov 9ccd34e286 - Switch to USES=localbase
- Take maintainership
- Add distfile mirror
2016-05-12 10:57:28 +00:00

25 lines
503 B
Makefile

# Created by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
# $FreeBSD$
PORTNAME= numlockx
PORTVERSION= 1.2
CATEGORIES= x11
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ \
LOCAL/ehaupt
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Turns on numlock in X
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= localbase
USE_XORG= x11 xext xtst
GNU_CONFIGURE= yes
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
PLIST_FILES= bin/numlockx
.include <bsd.port.mk>