openbsd-ports/astro/sattrack/Makefile

37 lines
835 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.24 2007/12/18 09:08:24 ajacoutot Exp $
1998-04-28 23:25:30 -04:00
V= 3.1.6
2007-09-15 06:37:21 -04:00
COMMENT= real-time satellite tracking and orbit propagation program
DISTNAME= sattrack-${V}
2007-09-20 11:22:30 -04:00
PKGNAME= ${DISTNAME}p1
1998-10-06 18:37:07 -04:00
CATEGORIES= astro
# Commercial License
2007-09-15 06:37:21 -04:00
PERMIT_PACKAGE_CDROM= May not be bundled, according to copyright
2000-03-06 23:36:32 -05:00
PERMIT_PACKAGE_FTP= Yes
2007-09-15 06:37:21 -04:00
PERMIT_DISTFILES_CDROM= May not be bundled, according to copyright
2000-03-06 23:36:32 -05:00
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xt c m
2000-03-06 23:36:32 -05:00
2000-10-22 13:16:13 -04:00
FAKE_FLAGS= PREFIX=${WRKINST}${PREFIX}
1998-04-28 23:25:30 -04:00
2003-03-31 07:35:52 -05:00
USE_X11= Yes
WRKDIST= ${WRKDIR}/SatTrack-${V}
WRKSRC= ${WRKDIST}/src
1998-04-28 23:25:30 -04:00
pre-configure:
@perl -pi -e 's,__PREFIX__,${PREFIX},g' \
${WRKDIST}/run/getsts \
${WRKDIST}/run/gettle
post-install:
chown -R ${SHAREOWN}:${SHAREGRP} \
${PREFIX}/lib/SatTrack/{data,pred,tle} \
${PREFIX}/share/doc/SatTrack
2002-10-24 12:21:35 -04:00
NO_REGRESS= Yes
1998-04-28 23:25:30 -04:00
.include <bsd.port.mk>