1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/astro/libgal/Makefile
Dmitry Marakasov 863c97a295 - Add missing USES=libtool
Approved by:	portmgr blanket
2014-06-10 20:50:20 +00:00

29 lines
633 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/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= 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
.include <bsd.port.pre.mk>
.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>