mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Support stage
PR: ports/185730 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
This commit is contained in:
parent
4db0ccf998
commit
22846bb424
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340372
3 changed files with 15 additions and 3 deletions
|
@ -12,13 +12,11 @@ MASTER_SITES= http://ctwm.free.lp.se/dist/ \
|
|||
MAINTAINER= fullermd@over-yonder.net
|
||||
COMMENT= Extension to twm, with support for multiple virtual screens, etc
|
||||
|
||||
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USES= imake
|
||||
USE_XORG= xpm xmu
|
||||
MAN1= ctwm.1
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-configure:
|
||||
${CP} ${WRKSRC}/Imakefile.local-template ${WRKSRC}/Imakefile.local
|
||||
${CAT} ${FILESDIR}/Imakefile.local-additional >> ${WRKSRC}/Imakefile.local
|
||||
|
|
13
x11-wm/ctwm/files/patch-Imakefile
Normal file
13
x11-wm/ctwm/files/patch-Imakefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- ./Imakefile.orig 2014-01-20 08:59:13.000000000 +0100
|
||||
+++ ./Imakefile 2014-01-20 08:59:40.000000000 +0100
|
||||
@@ -167,8 +167,8 @@
|
||||
3dcircle.xpm 3ddimple.xpm 3ddot.xpm 3dfeet.xpm 3dleopard.xpm \
|
||||
3dpie.xpm 3dpyramid.xpm 3dslant.xpm
|
||||
|
||||
-SpecialObjectRule(parse.o,parse.c,'-DSYSTEM_INIT_FILE="$(DESTDIR)$(CONFDIR)/system.ctwmrc"' '-DPIXMAP_DIRECTORY="$(DESTDIR)$(PIXMAPDIR)"')
|
||||
-SpecialObjectRule(ctwm.o,ctwm.c,'-DPIXMAP_DIRECTORY="$(DESTDIR)$(PIXMAPDIR)"')
|
||||
+SpecialObjectRule(parse.o,parse.c,'-DSYSTEM_INIT_FILE="$(CONFDIR)/system.ctwmrc"' '-DPIXMAP_DIRECTORY="$(PIXMAPDIR)"')
|
||||
+SpecialObjectRule(ctwm.o,ctwm.c,'-DPIXMAP_DIRECTORY="$(PIXMAPDIR)"')
|
||||
#if !HasPutenv
|
||||
SpecialObjectRule(util.o,util.c,-DNOPUTENV)
|
||||
#endif
|
|
@ -90,5 +90,6 @@ lib/X11/twm/images/xrn.nonews.xpm
|
|||
lib/X11/twm/images/xrn.xpm
|
||||
lib/X11/twm/images/xterm.xpm
|
||||
lib/X11/twm/system.ctwmrc
|
||||
man/man1/ctwm.1.gz
|
||||
@dirrm lib/X11/twm/images
|
||||
@dirrmtry lib/X11/twm
|
||||
|
|
Loading…
Add table
Reference in a new issue