mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Stagify.
Approved by: portmgr@
This commit is contained in:
parent
60500ca962
commit
a53dbd6e1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358014
2 changed files with 17 additions and 6 deletions
|
@ -10,14 +10,10 @@ MASTER_SITES= http://stephenroome.com/xglurbules/
|
||||||
MAINTAINER= steve@pepcross.com
|
MAINTAINER= steve@pepcross.com
|
||||||
COMMENT= Burning particle system eye candy program thingy for X11
|
COMMENT= Burning particle system eye candy program thingy for X11
|
||||||
|
|
||||||
MAN1= xglurbules.1
|
|
||||||
|
|
||||||
USE_XORG= xt x11 sm ice xpm
|
USE_XORG= xt x11 sm ice xpm
|
||||||
|
|
||||||
MANCOMPRESSED= yes
|
|
||||||
|
|
||||||
PLIST_FILES= bin/xglurbules \
|
PLIST_FILES= bin/xglurbules \
|
||||||
bin/xglurbules-noshm
|
bin/xglurbules-noshm \
|
||||||
|
man/man1/xglurbules.1.gz
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
15
graphics/xglurbules/files/patch-Makefile
Normal file
15
graphics/xglurbules/files/patch-Makefile
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
--- Makefile.orig 2014-06-16 23:02:51.808174124 +0800
|
||||||
|
+++ Makefile 2014-06-16 23:03:13.422174462 +0800
|
||||||
|
@@ -48,9 +48,9 @@ depend:
|
||||||
|
gcc -E -MM *.c > .depend
|
||||||
|
|
||||||
|
install: xglurbules xglurbules-noshm ${MAN_FILE}
|
||||||
|
- ${INSTALL} xglurbules ${BIN_DIR}
|
||||||
|
- ${INSTALL} xglurbules-noshm ${BIN_DIR}
|
||||||
|
- ${INSTALL} ${MAN_FILE} ${MAN_DIR}
|
||||||
|
+ ${INSTALL} xglurbules $(DESTDIR)${BIN_DIR}
|
||||||
|
+ ${INSTALL} xglurbules-noshm $(DESTDIR)${BIN_DIR}
|
||||||
|
+ ${INSTALL} ${MAN_FILE} $(DESTDIR)${MAN_DIR}
|
||||||
|
|
||||||
|
xglurbules.1.gz: xglurbules.1
|
||||||
|
${COMPRESS} xglurbules.1 -c > xglurbules.1.gz
|
Loading…
Add table
Reference in a new issue