2003-12-30 02:47:48 -05:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: grabc
|
|
|
|
# Date Created: Dec 30, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= grabc
|
|
|
|
PORTVERSION= 1.1
|
2008-03-23 12:44:09 -04:00
|
|
|
PORTREVISION= 4
|
2003-12-30 02:47:48 -05:00
|
|
|
CATEGORIES= x11
|
2009-08-01 22:51:50 -04:00
|
|
|
MASTER_SITES= http://muquit.com/muquit/software/grabc/
|
2003-12-30 02:47:48 -05:00
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
|
2009-08-01 22:51:50 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-12-30 02:47:48 -05:00
|
|
|
COMMENT= Grab a color from screen
|
|
|
|
|
2004-02-05 15:38:07 -05:00
|
|
|
PLIST_FILES= bin/grabc
|
2008-03-23 12:44:09 -04:00
|
|
|
USE_XORG= x11
|
2007-10-08 12:47:32 -04:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LIBS+= -L${LOCALBASE}/lib -lX11
|
2003-12-30 02:47:48 -05:00
|
|
|
|
|
|
|
do-build:
|
|
|
|
cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c ${LIBS}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|