aboutsummaryrefslogtreecommitdiff
path: root/x11/grabc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-10-08 16:47:32 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-10-08 16:47:32 +0000
commite8e612b8cd742a592741b2b058bcb635a12c57a1 (patch)
tree95db0b344957af58a072fb0124dbd35b5fd37714 /x11/grabc
parentb7b6f083b9f3af26b0d0cb5364c8d8419dcc2f1c (diff)
- Unbreak
- Update MASTER_SITES - Pass maintainership to submitter PR: 117007 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Notes
Notes: svn path=/head/; revision=201107
Diffstat (limited to 'x11/grabc')
-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}