mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
22 lines
508 B
Makefile
22 lines
508 B
Makefile
# Created by: db
|
|
|
|
PORTNAME= libgal
|
|
PORTVERSION= 0.5.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= astro hamradio
|
|
MASTER_SITES= http://homepage.mac.com/pclwillmott/GAL/ \
|
|
LOCAL/db
|
|
|
|
MAINTAINER= db@FreeBSD.org
|
|
COMMENT= General Astrodynamics Library
|
|
|
|
USES= libtool
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX} --enable-shared=yes
|
|
USE_LDCONFIG= yes
|
|
|
|
BROKEN_powerpc= Does not compile on powerpc: invokes i386 asm
|
|
BROKEN_sparc64= Does not compile on sparc64: gcc coredump
|
|
|
|
.include <bsd.port.mk>
|