Upgrade to 1.0a3. Should now work with the latest gtk.
PR: 6285 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
This commit is contained in:
parent
ceaf5c03d8
commit
9c21c87626
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10513
4 changed files with 14 additions and 13 deletions
|
@ -1,25 +1,26 @@
|
|||
# New ports collection makefile for: workplace
|
||||
# Version required: 1.0a1
|
||||
# Version required: 1.0a3
|
||||
# Date created: 7 March 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1998/03/27 14:29:36 tg Exp $
|
||||
# $Id: Makefile,v 1.2 1998/03/28 22:18:38 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= workplace-1.0.a1
|
||||
PKGNAME= workplace-1.0a1
|
||||
DISTNAME= workplace-1.0.a3
|
||||
PKGNAME= workplace-1.0a3
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://www2.osk.3web.ne.jp/~hideki70/
|
||||
MASTER_SITES= http://www2.osk.3web.ne.jp/~hideki70/src/
|
||||
|
||||
MAINTAINER= andy@icc.surw.chel.su
|
||||
|
||||
LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11/gtk
|
||||
|
||||
BROKEN= build
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_X11= yes
|
||||
|
||||
pre-configure:
|
||||
@ ${RM} ${WRKSRC}/config.cache
|
||||
|
||||
do-install:
|
||||
@ ${INSTALL_PROGRAM} ${WRKSRC}/src/workplace ${PREFIX}/bin
|
||||
@ ${MKDIR} ${PREFIX}/include/X11/pixmaps
|
||||
|
@ -29,7 +30,6 @@ do-install:
|
|||
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/workplace
|
||||
.endfor
|
||||
@ ${MKDIR} ${PREFIX}/share/examples/workplace
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/WPPref ${PREFIX}/share/examples/workplace/WPPref.sample
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/WPSuffix ${PREFIX}/share/examples/workplace/WPSuffix.sample
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/example/* ${PREFIX}/share/examples/workplace
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (workplace-1.0.a1.tar.gz) = 67247545b59672e0aff3db3227118813
|
||||
MD5 (workplace-1.0.a3.tar.gz) = b224042f0042d8b0505dc9e702f00244
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
WorkPlace is a file manager and launcher, which
|
||||
can copy files between another WorkPlace by DND.
|
||||
can copy files between another WorkPlace by DND (not
|
||||
supported in this version).
|
||||
|
|
|
@ -65,7 +65,7 @@ share/doc/workplace/AUTHORS
|
|||
share/doc/workplace/INSTALL
|
||||
share/doc/workplace/README
|
||||
share/doc/workplace/TODO
|
||||
share/examples/workplace/WPPref.sample
|
||||
share/examples/workplace/WPSuffix.sample
|
||||
share/examples/workplace/WPPref
|
||||
share/examples/workplace/WPSuffix
|
||||
@dirrm share/doc/workplace
|
||||
@dirrm share/examples/workplace
|
||||
|
|
Loading…
Reference in a new issue