diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-06 06:27:26 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-06 06:27:26 +0000 |
commit | e622242e78679fd9ecbe84feba98bf9b7ca0c036 (patch) | |
tree | 0235a7d066eb6e5c3980816ea84fa8b2833c8e47 /x11-fm | |
parent | 6048ff359cf27774e8d77ba30f30b7de133edfc7 (diff) | |
download | ports-e622242e78679fd9ecbe84feba98bf9b7ca0c036.tar.gz ports-e622242e78679fd9ecbe84feba98bf9b7ca0c036.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/workplace/Makefile | 13 | ||||
-rw-r--r-- | x11-fm/workplace/distinfo | 1 | ||||
-rw-r--r-- | x11-fm/workplace/pkg-descr | 14 |
3 files changed, 20 insertions, 8 deletions
diff --git a/x11-fm/workplace/Makefile b/x11-fm/workplace/Makefile index dc78848c4053..eabdbdb37a9a 100644 --- a/x11-fm/workplace/Makefile +++ b/x11-fm/workplace/Makefile @@ -7,16 +7,17 @@ PORTNAME= workplace PORTVERSION= 1.0.a3 +PORTEPOCH= 1 CATEGORIES= x11-fm -MASTER_SITES= http://people.freebsd.org/~trevor/ports/distfiles/ +MASTER_SITES= http://people.freebsd.org/~trevor/ports/ +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= workplace-1.0.a3+tj1.diff.gz MAINTAINER= trevor@FreeBSD.org -BROKEN= "patches are not yet correct" - -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 - GNU_CONFIGURE= yes +USE_GLIB= yes +USE_GTK= yes USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/glib12 \ -I${X11BASE}/include/gtk12" \ @@ -30,9 +31,11 @@ do-install: @ ${MKDIR} ${PREFIX}/include/X11/pixmaps @ ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps @ ${MKDIR} ${PREFIX}/share/doc/workplace +.if !defined(NOPORTDOCS) .for file in AUTHORS INSTALL README TODO @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/workplace .endfor +.endif @ ${MKDIR} ${PREFIX}/share/examples/workplace @ ${INSTALL_DATA} ${WRKSRC}/example/* ${PREFIX}/share/examples/workplace diff --git a/x11-fm/workplace/distinfo b/x11-fm/workplace/distinfo index 99dfad338384..367c8ce11d55 100644 --- a/x11-fm/workplace/distinfo +++ b/x11-fm/workplace/distinfo @@ -1 +1,2 @@ MD5 (workplace-1.0.a3.tar.gz) = b224042f0042d8b0505dc9e702f00244 +MD5 (workplace-1.0.a3+tj1.diff.gz) = 8494e7f8d75c6a68d72a7643c5fd1468 diff --git a/x11-fm/workplace/pkg-descr b/x11-fm/workplace/pkg-descr index 2ed05a676d82..1633a0296e9e 100644 --- a/x11-fm/workplace/pkg-descr +++ b/x11-fm/workplace/pkg-descr @@ -1,3 +1,11 @@ - WorkPlace is a file manager and launcher, which -can copy files between another WorkPlace by DND (not -supported in this version). +WorkPlace is a file manager and launcher which can copy files between another +instance of itself by drag-and-drop (not supported in this version) or change +permissions with one click. + +If you try to set preferences, the program is likely to crash, either on exit +or immediately, possibly destroying your preference files. I recommend +manually editing the WPPref and WPSuffix examples, then placing them in your +~/.workplace/. + +Trevor Johnson +trevor@FreeBSD.org |