Files
naddy 4e66d49984 http://*sourceforge.net now redirect to https
Update SITES, HOMEPAGE, and comments.
2023-11-07 14:19:05 +00:00

24 lines
389 B
Makefile

COMMENT = X11 pixel color grabber
DISTNAME = xoris-0.1e
REVISION = 0
CATEGORIES = graphics
HOMEPAGE = https://xoris.sourceforge.net/
SITES = ${SITE_SOURCEFORGE:=xoris/}
# MIT/X license
PERMIT_PACKAGE = Yes
WANTLIB = X11 c
CONFIGURE_STYLE = imake
MAKE_FLAGS += CFLAGS="${CFLAGS}" CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"
NO_TEST = Yes
.include <bsd.port.mk>