diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-20 12:08:09 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-20 12:08:09 +0000 |
commit | 81b1c9b575d6104a640bf7c5531c7b3232e085da (patch) | |
tree | b3e5ed0132da1947e564d78967dc68eee14906cc /deskutils/xpad/Makefile | |
parent | cd14416fe4bab8d93accb6d578e83242ccdfc3b7 (diff) | |
download | ports-81b1c9b575d6104a640bf7c5531c7b3232e085da.tar.gz ports-81b1c9b575d6104a640bf7c5531c7b3232e085da.zip |
- Update to version 1.13
PR: 60407
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=96261
Diffstat (limited to 'deskutils/xpad/Makefile')
-rw-r--r-- | deskutils/xpad/Makefile | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile index b4fe4ab97a46..c82187cfbfc2 100644 --- a/deskutils/xpad/Makefile +++ b/deskutils/xpad/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xpad -PORTVERSION= 1.9.1 +PORTVERSION= 1.13 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,24 +14,26 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= amyfoub@videotron.ca COMMENT= A virtual note-pad system for your X11 desktop -WRKSRC= ${WRKDIR}/xpad-${PORTVERSION} +#WRKSRC= ${WRKDIR}/${DISTNAME} +USE_BZIP2= yes + +#USE_X_PREFIX= yes USE_GNOME= gtk20 -HAS_CONFIGURE= yes +HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} MAN1= xpad.1 MANCOMPRESSED= no -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/xpad - ${INSTALL_DATA} ${WRKSRC}/doc/README ${PREFIX}/share/doc/xpad/ - @${MKDIR} ${PREFIX}/share/examples/xpad - ${INSTALL_DATA} ${WRKSRC}/xpad.desktop ${PREFIX}/share/examples/xpad/ - @${CAT} pkg-message -.endif - @${RM} /xpad.desktop +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/ .include <bsd.port.mk> |