aboutsummaryrefslogblamecommitdiff
path: root/astro/sunwait/Makefile
blob: 619000a4e37c43157dd305638d52f0cdad67809f (plain) (tree)
1
2
3
4
5
6
7
8






                                                
                                                










                                                                         
PORTNAME=	sunwait
PORTVERSION=	20041208
CATEGORIES=	astro
MASTER_SITES=	http://www.risacher.org/sunwait/

MAINTAINER=	swills@FreeBSD.org
COMMENT=	Calculate sunrise and sunset
WWW=		http://www.risacher.org/sunwait/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

ALL_TARGET=	${PORTNAME}
PLIST_FILES=	bin/${PORTNAME}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>