diff options
author | miwi <miwi@FreeBSD.org> | 2010-05-09 19:22:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-05-09 19:22:26 +0800 |
commit | fa43a3168bff29de5ec91feee0ca08957bcc2696 (patch) | |
tree | af284cad72a4eaa2fbc0770c864e80ede9916720 | |
parent | b6a08c948d3fb1ff4c6175bda9ce4b4dee891a6e (diff) | |
download | freebsd-ports-gnome-fa43a3168bff29de5ec91feee0ca08957bcc2696.tar.gz freebsd-ports-gnome-fa43a3168bff29de5ec91feee0ca08957bcc2696.tar.zst freebsd-ports-gnome-fa43a3168bff29de5ec91feee0ca08957bcc2696.zip |
- Update to 1.2
PR: 146313
Submitted by: Ports Fury
-rw-r--r-- | x11/numlockx/Makefile | 18 | ||||
-rw-r--r-- | x11/numlockx/distinfo | 6 |
2 files changed, 13 insertions, 11 deletions
diff --git a/x11/numlockx/Makefile b/x11/numlockx/Makefile index d291d097bf54..318a6dc9bebb 100644 --- a/x11/numlockx/Makefile +++ b/x11/numlockx/Makefile @@ -7,20 +7,22 @@ # PORTNAME= numlockx -PORTVERSION= 1.1 -PORTREVISION= 2 +PORTVERSION= 1.2 CATEGORIES= x11 -MASTER_SITES= http://ktown.kde.org/~seli/numlockx/ \ - http://caraldi.com/jbq/numlockx/ +MASTER_SITES= http://ktown.kde.org/~seli/numlockx/ MAINTAINER= ports@FreeBSD.org -COMMENT= This little thingy allows you to start X with NumLock turned on +COMMENT= Turns on numlock in X +USE_XORG= x11 xext xtst GNU_CONFIGURE= yes -USE_XORG= x11 xext +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ + AUTOHEADER="${TRUE}" + PLIST_FILES= bin/numlockx -# Needed for the "configure" program to find XTest and XKB header files -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/x11/numlockx/distinfo b/x11/numlockx/distinfo index 5d4ff195419e..53efb0c48d2e 100644 --- a/x11/numlockx/distinfo +++ b/x11/numlockx/distinfo @@ -1,3 +1,3 @@ -MD5 (numlockx-1.1.tar.gz) = 127d9dfbbbe6dbec62cc78db340f913c -SHA256 (numlockx-1.1.tar.gz) = e00ce02ffe425e3095665ac44e496a0b6ca82dfe4dc816d3bee95489337c5877 -SIZE (numlockx-1.1.tar.gz) = 75777 +MD5 (numlockx-1.2.tar.gz) = be9109370447eae23f6f3f8527bb1a67 +SHA256 (numlockx-1.2.tar.gz) = e468eb9121c94c9089dc6a287eeb347e900ce04a14be37da29d7696cbce772e4 +SIZE (numlockx-1.2.tar.gz) = 82703 |