mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
31 lines
759 B
Makefile
31 lines
759 B
Makefile
# New ports collection makefile for: faces-1.6.1
|
|
# Version required: 1.6.1
|
|
# Date created: 09 December 96
|
|
# Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
|
|
# Andreas Klemm <andreas@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.8 1998/09/21 01:55:45 steve 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
|
|
|
|
USE_XLIB= yes
|
|
WRKSRC= $(WRKDIR)/faces
|
|
MAN1= compface.1 faces.1 face_update.1
|
|
MAN3= compface.3
|
|
MLINKS= compface.1 uncompface.1 \
|
|
compface.3 uncompface.3
|
|
|
|
pre-patch:
|
|
@${CP} ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile
|
|
|
|
post-install:
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|