openbsd-ports/astro/xworld/Makefile
jasper 0fc8bd8d26 - switch to newstyle LIB_DEPENDS/WANTLIB
- switch to SUBST_CMD (sattrack)

ok aja@
2010-08-26 11:12:46 +00:00

36 lines
731 B
Makefile

# $OpenBSD: Makefile,v 1.12 2010/08/26 11:12:46 jasper Exp $
COMMENT= earth as seen from the direction of the sun
DISTNAME= xworld-2.0
CATEGORIES= astro x11
MAINTAINER= Vladimir Kotal <vlada@openbsd.cz>
MASTER_SITES= ftp://ftp.Uni-Koeln.DE/misc/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
REVISION = 1
WANTLIB= X11 c m
USE_X11= Yes
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_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/xworld ${PREFIX}/bin
.include <bsd.port.mk>