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/workplace/Makefile | |
parent | Fix WANT related breakage by using a more conventional method of echoing... (diff) |
Add patch set for GTK+ 1.2.x (mailed to hideki70@osk2.3web.ne.jp--
user unknown and hideki70@osk2.threewebnet.or.jp--host unknown).
Support NOPORTDOCS.
Make a small nod to Jeremy Lea's new USE_GTK and USE_GLIB.
Mention buggy preferences dialog.
Notes
Notes:
svn path=/head/; revision=33449
Diffstat (limited to 'x11-fm/workplace/Makefile')
-rw-r--r-- | x11-fm/workplace/Makefile | 13 |
1 files changed, 8 insertions, 5 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 |