aboutsummaryrefslogtreecommitdiffstats
path: root/devel/elfio/Makefile
blob: 2efdb05b09713039e5c48bd1c52287e0c0cc9377 (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
27
28
29
30
31
32
33
34
# ex:ts=8
# New ports collection makefile for:    elfio
# Date created:         Jul 26, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   ELFIO
PORTVERSION=    1.0.0
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:L}

MAINTAINER= ports@FreeBSD.org
COMMENT=    C++ library for reading and generating files in the ELF binary format

GNU_CONFIGURE=  yes

DOCS=       AUTHORS COPYING ChangeLog README
DOCS2=      elf11g.zip tutorial.docbook tutorial.pdf

.if !defined(NOPORTDOCS)
post-install:
    @${MKDIR} ${DOCSDIR}
.for file in ${DOCS}
    ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.for file in ${DOCS2}
    ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>