1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/devel/libelf/Makefile
Peter Pentchev 41a4ab296a Update to 0.8.0.
Partially submitted by:	archie
2003-02-20 14:52:11 +00:00

32 lines
786 B
Makefile

# New ports collection makefile for: libelf
# Date created: 18 Apr 2001
# Whom: roam@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= libelf
PORTVERSION= 0.8.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.stud.uni-hannover.de/~michael/software/ \
ftp://ftp.stud.uni-hannover.de/pub/users/michael/
MASTER_SITE_SUBDIR= libs .
MAINTAINER= roam@FreeBSD.org
COMMENT= "A public ELF file access library similar to libelf(3) in Solaris"
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lintl"
CONFIGURE_ARGS+= --enable-shared --disable-compat
INSTALLS_SHLIB= yes
PLIST_SUB+= LIBVER=${PORTVERSION} \
LIBVER_SHORT=${PORTVERSION:R}
NOMAN= defined
.include <bsd.port.mk>