aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rxp/Makefile
blob: eb9759a877354d035beeed69325debef08f2fd9f (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
# New ports collection Makefile for: rxp
# Date created:     12 Jan 2001
# Whom:         jkoshy
#
# $FreeBSD$
#

PORTNAME=   rxp
PORTVERSION=    1.2.5
CATEGORIES= textproc
MASTER_SITES=   ftp://ftp.cogsci.ed.ac.uk/pub/richard/

MAINTAINER= jkoshy@freebsd.org

MAN1=   rxp.1

RXP_HEADERS=    charset.h ctype16.h dtd.h hash.h input.h namespaces.h \
        rxputil.h stdio16.h string16.h system.h url.h version.h \
        xmlparser.h

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/rxp ${PREFIX}/bin
    ${INSTALL_DATA} ${WRKSRC}/librxp.a ${PREFIX}/lib
    ${INSTALL_MAN} ${WRKSRC}/rxp.1 ${PREFIX}/man/man1
    ${MKDIR} ${PREFIX}/include/rxp
.for h in ${RXP_HEADERS}
    ${INSTALL_DATA} ${WRKSRC}/${h} ${PREFIX}/include/rxp
.endfor

.include <bsd.port.mk>