openbsd-ports/x11/numlockx/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

29 lines
600 B
Makefile

# $OpenBSD: Makefile,v 1.6 2012/03/29 13:39:01 sthen Exp $
COMMENT= start X11 with NumLock turned on
DISTNAME= numlockx-1.1
CATEGORIES= x11
HOMEPAGE= http://ktown.kde.org/~seli/numlockx/
MAINTAINER= Thomas Delaet <thomas@delaet.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext c
MASTER_SITES= ${HOMEPAGE}
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/numlockx
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/numlockx/
.include <bsd.port.mk>