Files
espie c915419c02 convert to new SITES
not that wcslib and dgpsip sites don't seem to work
2023-09-05 15:07:01 +00:00

28 lines
508 B
Makefile

COMMENT= earth as seen from the direction of the sun
DISTNAME= xworld-2.0
REVISION= 4
CATEGORIES= astro x11
SITES= ${SITE_FREEBSD_LOCAL:=naddy/}
# BSD
PERMIT_PACKAGE= Yes
WANTLIB= X11 c m
CONFIGURE_STYLE= simple
CONFIGURE_ENV= CAT=cat \
STRIP=strip \
INCLUDES="-I${X11BASE}/include" \
LDLIBS="-lm -L${X11BASE}/lib -lX11" \
MORELIBS=""
INSTALL_STRIP= # don't strip out image data on install
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/xworld ${PREFIX}/bin
.include <bsd.port.mk>