- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
26 lines
691 B
Makefile
26 lines
691 B
Makefile
# ex:ts=18
|
|
# New ports collection makefile for: numlockx
|
|
# Whom: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
|
|
# Date Created: 2003-09-09 16:05:29
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= numlockx
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://ktown.kde.org/~seli/numlockx/ \
|
|
http://caraldi.com/jbq/numlockx/
|
|
|
|
MAINTAINER= jb.quenot@caraldi.com
|
|
COMMENT= This little thingy allows you to start X with NumLock turned on
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_XORG= x11 xext
|
|
PLIST_FILES= bin/numlockx
|
|
|
|
# Needed for the "configure" program to find XTest and XKB header files
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
.include <bsd.port.mk>
|