aboutsummaryrefslogtreecommitdiffstats
path: root/misc/xosd/Makefile
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2002-10-26 06:06:03 +0800
committerperky <perky@FreeBSD.org>2002-10-26 06:06:03 +0800
commitf05dfd8d85fe439cab3276161e6508664f58242c (patch)
treefe636f6e2f3b47a514a087d0ac60d493f3a4707d /misc/xosd/Makefile
parentcff261ac779d1774ea184bd1df46deb3861f4efc (diff)
downloadfreebsd-ports-gnome-f05dfd8d85fe439cab3276161e6508664f58242c.tar.gz
freebsd-ports-gnome-f05dfd8d85fe439cab3276161e6508664f58242c.tar.zst
freebsd-ports-gnome-f05dfd8d85fe439cab3276161e6508664f58242c.zip
Update to 1.1.1
Diffstat (limited to 'misc/xosd/Makefile')
-rw-r--r--misc/xosd/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile
index 15bc0e48edfc..36fa351f574b 100644
--- a/misc/xosd/Makefile
+++ b/misc/xosd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xosd
-PORTVERSION= 1.0.4
+PORTVERSION= 1.1.1
CATEGORIES= misc
MASTER_SITES= http://www.ignavus.net/
@@ -26,13 +26,15 @@ AUTOMAKE_ARGS= --add-missing
USE_AUTOCONF= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= LIBS=${PTHREAD_LIBS}' -L${LOCALBASE}/lib -lgnugetopt' \
- CFLAGS='${CFLAGS}' X11BASE='${X11BASE}' GTK_CONFIG='${GTK_CONFIG}' \
- GLIB_CONFIG='${GLIB_CONFIG}' XMMS_PLUGINDIR=${X11BASE}/lib/xmms
+ CFLAGS='${CFLAGS}' X11BASE='${X11BASE}' \
+ GTK_CONFIG='${GTK_CONFIG}' GLIB_CONFIG='${GLIB_CONFIG}' \
+ XMMS_PLUGINDIR=${X11BASE}/lib/xmms
MAN1= osd_cat.1
-MAN3= xosd_display.3 xosd_hide.3 xosd_init.3 xosd_is_onscreen.3 \
+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 xosd.3 xosd_get_number_lines.3
+ xosd_show.3 xosd_uninit.3
pre-configure:
cd ${WRKSRC} && ${LOCALBASE}/bin/libtoolize --force && ${ACLOCAL}