mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
23 lines
472 B
Makefile
23 lines
472 B
Makefile
# ports collection makefile for: linrad
|
|
# Date created: 7 July 2004
|
|
# Whom: db
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libgal
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= astro hamradio
|
|
MASTER_SITES= http://homepage.mac.com/pclwillmott/GAL/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= db
|
|
|
|
MAINTAINER= db@FreeBSD.org
|
|
COMMENT= General Astrodynamics Library
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX} --enable-shared=yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|