mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ffb21b5654
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
29 lines
643 B
Makefile
29 lines
643 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>
|