summaryrefslogtreecommitdiffstats
path: root/www/libxpg4-ns/Makefile
blob: 848ee3b2cc447b74bf9073198d7061d7a83874c1 (plain)
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
# New ports collection makefile for:	libxpg4-ns
# Date created:		27 February 1999
# Whom:			sada
#
# $FreeBSD$
#

PORTNAME=	libxpg4
PORTVERSION=	3.3
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	sada
PKGNAMESUFFIX=	-ns
DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}

MAINTAINER=	sada@FreeBSD.ORG

PORTOBJFORMAT=	aout
NO_BUILD=	yes

LIBDIR=		${PREFIX}/lib/aout

pre-install:
	${MKDIR} ${LIBDIR}
do-install:
.for file in libxpg4-ns.a libxpg4-ns.so.2.0 libxpg4-ns_p.a
	${INSTALL_DATA} ${WRKSRC}/${file} ${LIBDIR}
.endfor
post-install:
	${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${LIBDIR}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud