aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libelf/Makefile
blob: 0cff46def638d5f20fe6229d257c1cab3f31089e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    libelf
# Date created:     18 Apr 2001
# Whom:         roam@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   libelf
PORTVERSION=    0.7.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

GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=    --enable-shared
INSTALLS_SHLIB= yes
PLIST_SUB+= LIBVER=${PORTVERSION} \
        LIBVER_SHORT=${PORTVERSION:R}

NOMAN=      defined

.include <bsd.port.mk>