freebsd-ports/x11/deforaos-keyboard/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

24 lines
538 B
Makefile

# Created by: Olivier Cochard-Labbe <olivier@FreeBSD.org>
# $FreeBSD$
PORTNAME= keyboard
PORTVERSION= 0.2.1
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://www.defora.org/os/download/download/3696/
PKGNAMEPREFIX= deforaos-
DISTNAME= Keyboard-${PORTVERSION}
MAINTAINER= olivier@FreeBSD.org
COMMENT= DeforaOS desktop virtual keyboardr
LICENSE= GPLv3
LIB_DEPENDS= libDesktop.so:x11/deforaos-libdesktop
USE_GNOME= gtk20
USES= desktop-file-utils gettext pkgconfig
USE_XORG= xtst
MAKE_ARGS+= PREFIX=${PREFIX}
.include <bsd.port.mk>