Allow this to build in an ELF world.
This commit is contained in:
parent
076bb69c87
commit
a4255e72bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13277
2 changed files with 15 additions and 10 deletions
|
@ -4,22 +4,26 @@
|
|||
# Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
|
||||
# Andreas Klemm <andreas@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: Makefile,v 1.6 1998/03/15 15:03:45 andreas Exp $
|
||||
# $Id: Makefile,v 1.7 1998/09/19 01:51:19 hoek Exp $
|
||||
#
|
||||
|
||||
DISTNAME= faces-1.6.1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
|
||||
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
|
||||
|
||||
WRKSRC= $(WRKDIR)/faces
|
||||
MAN1= compface.1 faces.1 face_update.1
|
||||
MAN3= compface.3
|
||||
MLINKS= compface.1 uncompface.1 compface.3 uncompface.3
|
||||
MAN3= compface.3
|
||||
MLINKS= compface.1 uncompface.1 \
|
||||
compface.3 uncompface.3
|
||||
|
||||
pre-patch:
|
||||
@${CP} ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
@cwd /usr/local
|
||||
share/faces/machine.tab
|
||||
share/faces/people.tab
|
||||
bin/compface
|
||||
bin/uncompface
|
||||
lib/libcompface.a
|
||||
lib/libcompface.so
|
||||
lib/libcompface.so.1.0
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
@unexec /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
include/compface.h
|
||||
bin/icon2ikon
|
||||
bin/icon2ikon
|
||||
bin/ikon2icon
|
||||
bin/rs2icon
|
||||
bin/fs2ikon
|
||||
|
@ -30,5 +29,7 @@ bin/newsfrom.faces
|
|||
bin/faces
|
||||
bin/face_update
|
||||
bin/faces.sendmail
|
||||
share/faces/machine.tab
|
||||
share/faces/people.tab
|
||||
@cwd /usr/X11R6
|
||||
lib/X11/app-defaults/Faces
|
||||
|
|
Loading…
Reference in a new issue