freebsd-ports/x11/XFree86-aoutlibs/Makefile
Ade Lovett b7f95094b5 Oops. Switch maintainer to myself, since I did the work, reg is
unavailable for a while, and any breakage is my fault :)
2001-05-22 20:23:56 +00:00

37 lines
762 B
Makefile

# New ports collection makefile for: XFree86 aout libs
# Date created: 28 Feburary 2000
# Whom: Jeremy Lea <reg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= XFree86-aoutlibs
PORTVERSION= 3.3.6.9
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= ade
MAINTAINER= ade@FreeBSD.org
ONLY_FOR_ARCHS= i386
NO_BUILD= yes
PORTOBJFORMAT= aout
USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
pre-configure:
@${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGREQ} ${PKGNAME} INSTALL
do-install:
@${MKDIR} ${PREFIX}/lib/aout
cd ${WRKSRC}; \
for l in $$(ls lib*); do \
${SETENV} OBJFORMAT=${PORTOBJFORMAT} \
${INSTALL_PROGRAM} $$l ${PREFIX}/lib/aout; \
done
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib/aout
.include <bsd.port.post.mk>