summaryrefslogtreecommitdiff
path: root/devel/fam/Makefile
blob: 8b7e91ea3fbb9b0f3d942cfa92f633b801b89996 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ports collection makefile for:	fam
# Date created:				20 February 2001
# Whom:					Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#

PORTNAME=	fam
PORTVERSION=	2.6.4
CATEGORIES=	devel
MASTER_SITES=	ftp://oss.sgi.com/projects/fam/download/
DISTNAME=	${PORTNAME}-oss-${PORTVERSION}

MAINTAINER=	ishmael27@home.com

USE_AUTOMAKE_VER=14
USE_LIBTOOL=	yes
USE_GMAKE=	yes
PATCH_STRIP=	-p1
INSTALLS_SHLIB=	yes

MAN1=		fam.1m
MAN3=		fam.3x

post-install:
	@${INSTALL_SCRIPT} -m 751 ${FILESDIR}/fam.sh.sample ${PREFIX}/etc/rc.d/fam.sh.sample
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>