diff options
author | jkim <jkim@FreeBSD.org> | 2008-09-24 05:19:03 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2008-09-24 05:19:03 +0800 |
commit | 82a3bf75539faaa03aa12b7383f4456c2e1332d9 (patch) | |
tree | f6545b919fab80928eb6355844aed5d5eb0d7dad /sysutils/Makefile | |
parent | 367d11577f66abac80d8f9293efff5bb6a0e8275 (diff) | |
download | freebsd-ports-gnome-82a3bf75539faaa03aa12b7383f4456c2e1332d9.tar.gz freebsd-ports-gnome-82a3bf75539faaa03aa12b7383f4456c2e1332d9.tar.zst freebsd-ports-gnome-82a3bf75539faaa03aa12b7383f4456c2e1332d9.zip |
This port provides a utility for controlling USB OLED display found
on some ASUS laptops such as G-series models.
Originally it was written by Christian Lamparter <chunkeey@web.de>
for Linux and the early version is still available from here:
https://launchpad.net/asusoled
Now it is almost rewrite of the code with a lot of new features and
improvements by Jung-uk Kim <jkim@FreeBSD.org>.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index b780c6c8424f..cd68a6652b26 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -37,6 +37,7 @@ SUBDIR += asmem SUBDIR += asmon SUBDIR += asr-utils + SUBDIR += asusoled SUBDIR += ataidle SUBDIR += atitvout SUBDIR += automounter |