freebsd-ports/astro/libgal/Makefile

31 lines
671 B
Makefile
Raw Normal View History

# ports collection makefile for: linrad
# Date created: 7 July 2004
# Whom: db
#
# $FreeBSD$
#
PORTNAME= libgal
2009-01-12 00:43:30 +01:00
PORTVERSION= 0.5.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
2008-05-24 18:46:07 +02:00
CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX} --enable-shared=yes
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
2010-03-26 12:26:54 +01:00
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc: invokes i386 asm
.elif ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64: gcc coredump
.endif
.include <bsd.port.post.mk>