9ba6c57fc3
- Get rid of pkg-plist. It's dynamical now and respects NOPORTDOCS. - rcNG'fy PR: ports/92655 (based on) Submitted by: maintainer, sat (PR)
40 lines
885 B
Makefile
40 lines
885 B
Makefile
# New ports collection makefile for: mpd
|
|
# Date created: 20 Sep 2005
|
|
# Whom: Archie Cobbs
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mpd4
|
|
PORTVERSION= 4.0b5
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= glebius
|
|
DIST_SUBDIR= mpd4
|
|
|
|
MAINTAINER= glebius@freebsd.org
|
|
COMMENT= Multi-link PPP daemon based on netgraph(4) [development version]
|
|
|
|
LIB_DEPENDS= pdel.0:${PORTSDIR}/devel/libpdel
|
|
|
|
MTREE_FILE= ${FILESDIR}/mpd4.mtree
|
|
MAN8= mpd4.8
|
|
MANCOMPRESSED= maybe
|
|
USE_RC_SUBR= mpd4.sh
|
|
HTMLNUM!= jot 60 1
|
|
CONFSUF= conf links secret script
|
|
PORTDOCS= ${HTMLNUM:S/^/mpd/:S/$/.html/} mpd.html mpd.ps README \
|
|
mpd_toc.html
|
|
PLIST_DIRS= etc/mpd4
|
|
PLIST_FILES= ${CONFSUF:S/^/etc\/mpd4\/mpd./:S/$/.sample/} sbin/mpd4
|
|
|
|
USE_OPENSSL= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
IGNORE= does not compile on FreeBSD 4.x; use net/mpd instead
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|