summaryrefslogtreecommitdiff
path: root/misc/xosd/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-01-02 04:16:38 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-01-02 04:16:38 +0000
commitc74076561f5563b816ee046c1204b9048374cc5a (patch)
tree6ba9c5179b9df813c079990117985d0226fe2dd6 /misc/xosd/Makefile
parent- fix start scripts (diff)
Update to 2.0.1
Notes
Notes: svn path=/head/; revision=72140
Diffstat (limited to 'misc/xosd/Makefile')
-rw-r--r--misc/xosd/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile
index b344ded668c6..4f6111245971 100644
--- a/misc/xosd/Makefile
+++ b/misc/xosd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xosd
-PORTVERSION= 1.1.1
+PORTVERSION= 2.0.1
CATEGORIES= misc
MASTER_SITES= http://www.ignavus.net/
@@ -30,11 +30,11 @@ CONFIGURE_ENV= LIBS=${PTHREAD_LIBS}' -L${LOCALBASE}/lib -lgnugetopt' \
GTK_CONFIG='${GTK_CONFIG}' GLIB_CONFIG='${GLIB_CONFIG}' \
XMMS_PLUGINDIR=${X11BASE}/lib/xmms
-MAN1= osd_cat.1
-MAN3= xosd.3 xosd_display.3 xosd_get_number_lines.3 xosd_hide.3 \
- xosd_init.3 xosd_is_onscreen.3 xosd_set_align.3 \
- xosd_set_offset.3 xosd_set_pos.3 xosd_set_shadow_offset.3 \
- xosd_show.3 xosd_uninit.3
+MAN1= osd_cat.1 xosd-config.1
+MAN3= xosd_destroy.3 xosd_is_onscreen.3 xosd_set_shadow_offset.3 \
+ xosd_display.3 xosd_set_align.3 xosd_set_vertical_offset.3 \
+ xosd.3 xosd_get_number_lines.3 xosd_set_horizontal_offset.3 \
+ xosd_show.3 xosd_create.3 xosd_hide.3 xosd_set_pos.3 xosd_uninit.3
pre-configure:
cd ${WRKSRC} && ${LOCALBASE}/bin/libtoolize --force && ${ACLOCAL}