diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-07-26 07:55:02 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-07-26 07:55:02 +0000 |
commit | ee1b204170c8cbd9e6ff99bcbe17b2c060aee14e (patch) | |
tree | 55bd2dd7213302a5a578f5021a8ae5c753553bc2 /devel/libgamepad/Makefile | |
parent | 5adbd489e12a4d583b89ff71c4201fa5eda2b8e1 (diff) | |
download | ports-ee1b204170c8cbd9e6ff99bcbe17b2c060aee14e.tar.gz ports-ee1b204170c8cbd9e6ff99bcbe17b2c060aee14e.zip |
Notes
Diffstat (limited to 'devel/libgamepad/Makefile')
-rw-r--r-- | devel/libgamepad/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/libgamepad/Makefile b/devel/libgamepad/Makefile new file mode 100644 index 000000000000..7410889d03b2 --- /dev/null +++ b/devel/libgamepad/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: libgamepad +# Date created: Jul 2008 +# Whom: Jason Bacon <jwbacon@tds.net> +# +# $FreeBSD$ +# + +PORTNAME= libgamepad +PORTVERSION= 0.1 +CATEGORIES= devel games +MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \ + http://jbacon.dyndns.org/~bacon/Ports/distfiles/ + +MAINTAINER= jwbacon@tds.net +COMMENT= Generic gamepad API + +USE_LDCONFIG= yes + +MAN3= libgamepad.3 + +.include <bsd.port.mk> |