1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/mail/faces/Makefile
Satoshi Asami b39a992973 Change shared library version numbers to "1.0". Move EXTRACT_SUFX
to right place.  Add ldconfig to post-install target and @exec in PLIST
so the shared library will be registered.  Remove patch between two
versions of "Makefile.old".

These things are all described in the handbook.  Andreas, can you please
read it?
1996-12-17 04:52:51 +00:00

24 lines
591 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.1.1.1 1996/12/14 22:27:51 andreas 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@odie.physik2.uni-rostock.de
WRKSRC= $(WRKDIR)/faces
post-install:
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>