1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/mail/faces/Makefile

26 lines
647 B
Makefile
Raw Normal View History

# 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>
#
1998-09-19 01:51:20 +00:00
# $Id: Makefile,v 1.6 1998/03/15 15:03:45 andreas 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
1998-09-19 01:51:20 +00:00
MLINKS= compface.1 uncompface.1 compface.3 uncompface.3
post-install:
1997-07-17 15:13:02 +00:00
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>