1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Update to 0.9.22

Approved by:	miwi (mentor implicit)
This commit is contained in:
Dennis Herrmann 2009-05-14 21:25:36 +00:00
parent cfa0859e74
commit 25b44dc9d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233910
3 changed files with 6 additions and 16 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= musca
PORTVERSION= 0.9.21
PORTVERSION= 0.9.22
CATEGORIES= x11-wm
MASTER_SITES= http://aerosuidae.net/ \
http://mirror.mcx2.org/
@ -18,6 +18,8 @@ COMMENT= A simple window manager for X, with features from ratpoison and dwm
RUN_DEPENDS= dmenu:${PORTSDIR}/x11/dmenu
USE_XORG= x11
MAKE_ARGS= CFLAGS="-I${LOCALBASE}/include \
-L${LOCALBASE}/lib"
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/musca

View File

@ -1,3 +1,3 @@
MD5 (musca-0.9.21.tgz) = 0eb338e06a7851399266a1627970ac7e
SHA256 (musca-0.9.21.tgz) = 5eee236edf814e57a29110687d4585a5daf7899e6fdee742c33369389772ef0e
SIZE (musca-0.9.21.tgz) = 51725
MD5 (musca-0.9.22.tgz) = 6f2f4116b50de07d1d3f20c2b12435f9
SHA256 (musca-0.9.22.tgz) = 03e16d9e33e7ea4db506e1428a3f63a49c9e5589508412dd547e15ec5e467082
SIZE (musca-0.9.22.tgz) = 52198

View File

@ -1,12 +0,0 @@
--- Makefile.orig 2009-05-09 09:08:04.000000000 +0200
+++ Makefile 2009-04-29 06:31:39.000000000 +0200
@@ -1,7 +1,8 @@
+PREFIX?=/usr/X11R6
CFLAGS?=-Wall -g
all:
- $(CC) $(CFLAGS) -lc -lm -lX11 -o musca musca.c
+ $(CC) $(CFLAGS) -I$(PREFIX)/include -L$(PREFIX)/lib -lc -lm -lX11 -o musca musca.c
clean:
rm -f musca