1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/mail/faces/Makefile

29 lines
643 B
Makefile
Raw Normal View History

# 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>
#
1999-08-25 06:51:17 +00:00
# $FreeBSD$
#
2000-04-13 20:01:08 +00:00
PORTNAME= faces
PORTVERSION= 1.6.1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/
EXTRACT_SUFX= .tar.Z
1998-09-21 01:56:45 +00:00
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
1998-11-28 02:18:45 +00:00
USE_XLIB= yes
INSTALLS_SHLIB= yes
WRKSRC= $(WRKDIR)/faces
MAN1= compface.1 faces.1 face_update.1
1998-09-21 01:56:45 +00:00
MAN3= compface.3
MLINKS= compface.1 uncompface.1 \
compface.3 uncompface.3
pre-patch:
@${CP} ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile
.include <bsd.port.mk>