mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
b39a992973
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?
24 lines
591 B
Makefile
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>
|