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