mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
26 lines
647 B
Makefile
26 lines
647 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.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
|
|
MLINKS= compface.1 uncompface.1 compface.3 uncompface.3
|
|
|
|
post-install:
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|