aboutsummaryrefslogtreecommitdiffstats
path: root/x11/grabc/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-10-09 00:47:32 +0800
committermiwi <miwi@FreeBSD.org>2007-10-09 00:47:32 +0800
commit2da97bd3ed177243bd156ac957d503d1773e86ad (patch)
tree3ca6200a9f22c40aaa06afbe96c1015f3610ace5 /x11/grabc/Makefile
parent1f33018c9f3b3ec6a54e7f957ce90c5de9e0ed43 (diff)
downloadfreebsd-ports-gnome-2da97bd3ed177243bd156ac957d503d1773e86ad.tar.gz
freebsd-ports-gnome-2da97bd3ed177243bd156ac957d503d1773e86ad.tar.zst
freebsd-ports-gnome-2da97bd3ed177243bd156ac957d503d1773e86ad.zip
- Unbreak
- Update MASTER_SITES - Pass maintainership to submitter PR: 117007 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Diffstat (limited to 'x11/grabc/Makefile')
-rw-r--r--x11/grabc/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/grabc/Makefile b/x11/grabc/Makefile
index 14901508f4e2..db5e94ad402f 100644
--- a/x11/grabc/Makefile
+++ b/x11/grabc/Makefile
@@ -8,20 +8,20 @@
PORTNAME= grabc
PORTVERSION= 1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
-MASTER_SITES= http://muquit.com/muquit/software/grabc/
+MASTER_SITES= http://muquit.com/muquit/software/grabc/ \
+ http://www.carpetsmoker.net/distfiles/ \
+ http://www.xs4all.nl/~tournoij/distfiles/
DISTNAME= ${PORTNAME}${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= carpetsmoker@xs4all.nl
COMMENT= Grab a color from screen
-BROKEN= Checksum mismatch
-
PLIST_FILES= bin/grabc
USE_XLIB= yes
-CFLAGS+= -I${X11BASE}/include
-LIBS+= -L${X11BASE}/lib -lX11
+CFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib -lX11
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c ${LIBS}