mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
c915419c02
not that wcslib and dgpsip sites don't seem to work
28 lines
508 B
Makefile
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>
|