blob: b0c29688913193de266c62df006a114befd7c12a (
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
30
|
# New ports collection makefile for: mpd
# Date created: 20 Sep 2005
# Whom: Archie Cobbs
#
# $FreeBSD$
#
PORTNAME= mpd4
PORTVERSION= 4.0b3
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= archie
DIST_SUBDIR= mpd4
MAINTAINER= archie@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_OPENSSL= yes
post-install:
@${INSTALL_SCRIPT} -m 751 ${FILESDIR}/mpd4.sh ${PREFIX}/etc/rc.d/mpd4.sh.sample
.include <bsd.port.mk>
|