aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xpad/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-04-12 21:37:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-04-12 21:37:49 +0000
commit0259ae785476acb16ea69969fa94c3dcf8882d7c (patch)
tree98e5b43fe6c56e493bce28ce6b35ae43ea608c2c /deskutils/xpad/Makefile
parent0037fc684af1d1c1ea528dc15afeb1a68358ed39 (diff)
downloadports-0259ae785476acb16ea69969fa94c3dcf8882d7c.tar.gz
ports-0259ae785476acb16ea69969fa94c3dcf8882d7c.zip
- Update to 2.6
PR: ports/79831 Submitted by: Guillaume Paquet <amyfoub@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=133181
Diffstat (limited to 'deskutils/xpad/Makefile')
-rw-r--r--deskutils/xpad/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile
index 2f7057750ff9..798c249c058c 100644
--- a/deskutils/xpad/Makefile
+++ b/deskutils/xpad/Makefile
@@ -1,23 +1,21 @@
# New ports collection makefile for: xpad
# Date created: 6 March 2002
-# Whom: Guillaume Paquet <amyfoub@videotron.ca>
+# Whom: Guillaume Paquet <amyfoub@gmail.com>
#
# $FreeBSD$
#
PORTNAME= xpad
-PORTVERSION= 1.13.1
-PORTREVISION= 2
+PORTVERSION= 2.6
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= amyfoub@videotron.ca
+MAINTAINER= amyfoub@gmail.com
COMMENT= A virtual note-pad system for your X11 desktop
USE_BZIP2= yes
-#USE_X_PREFIX= yes
USE_GNOME= gtk20
HAS_CONFIGURE= yes
@@ -30,9 +28,9 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/xpad ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/doc/xpad.1 ${PREFIX}/man/man1/
- @${MKDIR} ${PREFIX}/share/xpad
- ${INSTALL_DATA} ${WRKSRC}/images/xpad.xpm ${PREFIX}/share/xpad/
- ${INSTALL_DATA} ${WRKSRC}/images/xpad2.xpm ${PREFIX}/share/xpad/
- ${INSTALL_DATA} ${WRKSRC}/images/sticky.xpm ${PREFIX}/share/xpad/
+
+ ${MKDIR} ${PREFIX}/share/icons/hicolor/48x48/apps ${PREFIX}/share/icons/hicolor/scalable/apps
+ ${INSTALL_DATA} ${WRKSRC}/images/hicolor/48x48/apps/xpad.png ${PREFIX}/share/icons/hicolor/48x48/apps/
+ ${INSTALL_DATA} ${WRKSRC}/images/hicolor/scalable/apps/xpad.svg ${PREFIX}/share/icons/hicolor/scalable/apps/
.include <bsd.port.mk>