1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/astro/libgal/Makefile
Baptiste Daroussin a3853b8210 Use broken helpers
2015-06-27 14:25:19 +00:00

23 lines
520 B
Makefile

# Created by: db
# $FreeBSD$
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>