mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
9659b8cfc9
IMHO, it's one of the best example to see how Makefile.modules.3rd can be useful.
13 lines
252 B
Makefile
13 lines
252 B
Makefile
# New ports collection makefile for: mod_rpaf2
|
|
# Date created: Mar 17, 2003
|
|
# Whom: Clement Laforet <clement@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
WANT_APACHE= 2
|
|
LATEST_LINK= mod_rpaf2
|
|
MASTERDIR= ${.CURDIR}/../mod_rpaf
|
|
|
|
.include "${MASTERDIR}/Makefile"
|