1999-04-04 20:09:57 +02:00
|
|
|
# New ports collection makefile for: libxpg4-ns
|
|
|
|
# Date created: 27 February 1999
|
|
|
|
# Whom: sada
|
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1999-04-04 20:09:57 +02:00
|
|
|
#
|
|
|
|
|
2000-07-13 17:30:41 +02:00
|
|
|
PORTNAME= libxpg4
|
2001-02-05 16:33:58 +01:00
|
|
|
PORTVERSION= 3.3
|
1999-08-29 20:23:35 +02:00
|
|
|
CATEGORIES= www
|
2000-11-26 15:46:35 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
2000-06-29 09:03:02 +02:00
|
|
|
MASTER_SITE_SUBDIR= sada
|
2000-07-13 17:30:41 +02:00
|
|
|
PKGNAMESUFFIX= -ns
|
2000-11-26 15:46:35 +01:00
|
|
|
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
1999-04-04 20:09:57 +02:00
|
|
|
|
|
|
|
MAINTAINER= sada@FreeBSD.ORG
|
|
|
|
|
|
|
|
PORTOBJFORMAT= aout
|
2000-11-26 15:46:35 +01:00
|
|
|
NO_BUILD= yes
|
1999-04-04 20:09:57 +02:00
|
|
|
|
|
|
|
LIBDIR= ${PREFIX}/lib/aout
|
1999-09-11 01:07:16 +02:00
|
|
|
|
1999-04-04 20:09:57 +02:00
|
|
|
pre-install:
|
|
|
|
${MKDIR} ${LIBDIR}
|
2000-11-26 15:46:35 +01:00
|
|
|
do-install:
|
|
|
|
.for file in libxpg4-ns.a libxpg4-ns.so.2.0 libxpg4-ns_p.a
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${LIBDIR}
|
|
|
|
.endfor
|
2000-06-18 11:26:54 +02:00
|
|
|
post-install:
|
|
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${LIBDIR}
|
|
|
|
|
1999-04-04 20:09:57 +02:00
|
|
|
.include <bsd.port.mk>
|