aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/skippy
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-05-20 14:15:43 +0800
committerkrion <krion@FreeBSD.org>2004-05-20 14:15:43 +0800
commit86a7801c1b69176140421b73564c5d42ebc899ca (patch)
tree689b63f67a7c91549b887d4ceddd88950d8cb461 /x11-wm/skippy
parent621fff64e61a333673ae9f0cb6ac04a5cdc56063 (diff)
downloadfreebsd-ports-gnome-86a7801c1b69176140421b73564c5d42ebc899ca.tar.gz
freebsd-ports-gnome-86a7801c1b69176140421b73564c5d42ebc899ca.tar.zst
freebsd-ports-gnome-86a7801c1b69176140421b73564c5d42ebc899ca.zip
- Update to version 0.5.0
PR: ports/66920 Submitted by: maintainer
Diffstat (limited to 'x11-wm/skippy')
-rw-r--r--x11-wm/skippy/Makefile14
-rw-r--r--x11-wm/skippy/distinfo4
-rw-r--r--x11-wm/skippy/pkg-message5
3 files changed, 19 insertions, 4 deletions
diff --git a/x11-wm/skippy/Makefile b/x11-wm/skippy/Makefile
index 9d6fcfcdc5bf..20c41358f502 100644
--- a/x11-wm/skippy/Makefile
+++ b/x11-wm/skippy/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= skippy
-PORTVERSION= 0.4.1
+PORTVERSION= 0.5.0
CATEGORIES= x11-wm
MASTER_SITES= http://thegraveyard.org/files/
@@ -20,14 +20,24 @@ USE_XLIB= yes
USE_BZIP2= yes
USE_GNOME= pkgconfig
USE_REINPLACE= yes
-PLIST_FILES= bin/skippy
+PLIST_FILES= bin/skippy \
+ %%DATADIR%%/skippyrc-default
+PLIST_DIRS= %%DATADIR%%
+PKGMESSAGE= ${WRKDIR}/pkg-message
post-patch:
@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|; \
s|/usr/local|${LOCALBASE}|; s|gcc|${CC}|' \
${WRKSRC}/Makefile
+post-build:
+ @${SED} 's|%%DATADIR%%|${DATADIR}|' ${PKGDIR}/pkg-message >${PKGMESSAGE}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/skippy ${PREFIX}/bin
+ @${MKDIR} ${DATADIR}
+ @${INSTALL_DATA} ${WRKSRC}/skippyrc-default ${DATADIR}
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/x11-wm/skippy/distinfo b/x11-wm/skippy/distinfo
index 48eed6c48895..e382b2abd4ab 100644
--- a/x11-wm/skippy/distinfo
+++ b/x11-wm/skippy/distinfo
@@ -1,2 +1,2 @@
-MD5 (skippy-0.4.1.tar.bz2) = 4d0d2b05f8f1357ceb80754f52a90991
-SIZE (skippy-0.4.1.tar.bz2) = 21628
+MD5 (skippy-0.5.0.tar.bz2) = c7b5c7f0dd870513494916afd8581323
+SIZE (skippy-0.5.0.tar.bz2) = 23722
diff --git a/x11-wm/skippy/pkg-message b/x11-wm/skippy/pkg-message
new file mode 100644
index 000000000000..0e0cf3d8069a
--- /dev/null
+++ b/x11-wm/skippy/pkg-message
@@ -0,0 +1,5 @@
+*******************************************************************************
+A sample configuration file, skippyrc-default, has been installed in
+%%DATADIR%%. To edit the default confiuration of skippy please
+'cp %%DATADIR%%/skippyrc-default ~/.skippyrc'
+*******************************************************************************