freebsd-ports/x11/numlockx/Makefile
Sunpoet Po-Chuan Hsieh acf81c18d0 - Pass maintainership to submitter
- Remove superfluous spaces in pkg-descr

PR:		ports/151310
Submitted by:	Simon Olofsson <simon@olofsson.de>
Approved by:	pgollucci (mentor, implicit)
2010-10-08 17:38:51 +00:00

28 lines
689 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.2
CATEGORIES= x11
MASTER_SITES= http://ktown.kde.org/~seli/numlockx/
MAINTAINER= simon@olofsson.de
COMMENT= Turns on numlock in X
USE_XORG= x11 xext xtst
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
PLIST_FILES= bin/numlockx
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.mk>