Full stop.
This commit is contained in:
parent
3b832839f6
commit
c2e47c54c7
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user