1be0301128
(I know, I look boring and pedant :o)
29 lines
642 B
Makefile
29 lines
642 B
Makefile
# New ports collection makefile for: faces-1.6.1
|
|
# Date created: 09 December 96
|
|
# Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
|
|
# Andreas Klemm <andreas@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= faces
|
|
PORTVERSION= 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
|
|
INSTALLS_SHLIB= 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
|
|
|
|
.include <bsd.port.mk>
|