mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
77475628e9
Requested by: maintainer in PR 4811
31 lines
851 B
Makefile
31 lines
851 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.4 1997/07/17 15:12:51 max Exp $
|
|
#
|
|
|
|
DISTNAME= faces-1.6.1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/ \
|
|
ftp://odie.physik2.uni-rostock.de/pub/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
|
|
|
|
WRKSRC= $(WRKDIR)/faces
|
|
MAN1= compface.1 faces.1 face_update.1
|
|
MAN3= compface.3
|
|
|
|
post-install:
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
.if !defined(NOMANCOMPRESS)
|
|
@${RM} ${PREFIX}/man/man1/uncompface.1 ${PREFIX}/man/man3/uncompface.3
|
|
@ln -fs compface.1.gz ${PREFIX}/man/man1/uncompface.1.gz
|
|
@ln -fs compface.3.gz ${PREFIX}/man/man3/uncompface.3.gz
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|