freebsd-ports/devel/fam/Makefile
Will Andrews d81cf027d1 Add fam 2.6.4, a file alteration monitor.
PR:		25926
Submitted by:	Jeremy Norris <ishmael27@home.com>
2001-03-31 02:45:55 +00:00

29 lines
581 B
Makefile

# 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>