Full stop.

This commit is contained in:
ajacoutot 2012-03-18 15:28:02 +00:00
parent 3b832839f6
commit c2e47c54c7
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/03/18 14:27:22 pascal Exp $
# $OpenBSD: Makefile,v 1.2 2012/03/18 15:28:02 ajacoutot Exp $
COMMENT = object-oriented input system
V = 1.3
DISTNAME = ois-v${V:S/./-/g}
PKGNAME = ois-${V}
REVISION = 0
SHARED_LIBS = OIS 0.0
@ -22,7 +23,6 @@ PERMIT_DISTFILES_FTP = Yes
WANTLIB = X11 m stdc++ xcb
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=wgois/}
EXTRACT_SUFX = .zip

View File

@ -1,4 +1,4 @@
Object Oriented Input System (OIS) is meant to be a cross platform,
simple solution for using all kinds of Input Devices (Keyboards,
Mice, etc) and feedback devices (e.g. force feedback).
Written in C++ using Object Oriented Design pattern
Written in C++ using Object Oriented Design pattern.