mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
f3171de7e6
- USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
30 lines
583 B
Makefile
30 lines
583 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_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>
|