aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fam/Makefile
blob: d2aca9a8181742d7c2311a806d8562821060708b (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=   yes
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>