mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
9ccd34e286
- Take maintainership - Add distfile mirror
25 lines
503 B
Makefile
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>
|