freebsd-ports/devel/jrtplib/Makefile
James E. Housley 7071730f20 The jrtplib port is broken on amd64 as reported by Kris Kennaway
on Fri, 17 Oct 2003 16:36:54 -0700. This fix should be a temporal solution
until proper -fPIC option is added to configure by library developer
whom I've already notified.

PR:		58197
Submitter:	MAINTAINER
2003-11-03 01:12:26 +00:00

22 lines
535 B
Makefile

# New ports collection makefile for: jrtplib
# Date created: 4 March 2003
# Whom: Petr Holub <hopet@ics.muni.cz>
#
# $FreeBSD$
#
PORTNAME= jrtplib
PORTVERSION= 2.7
CATEGORIES= devel
MASTER_SITES= http://lumumba.luc.ac.be/jori/jrtplib/
MAINTAINER= hopet@ics.muni.cz
COMMENT= Object-oriented RTP library written in C++
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
NO_FILTER_SHLIBS= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>