freebsd-ports/net/mpd/Makefile

29 lines
583 B
Makefile
Raw Normal View History

# New ports collection makefile for: mpd
1999-02-26 07:25:11 +01:00
# Date created: 25 Feb 1999
# Whom: Archie Cobbs
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= mpd
2004-03-11 22:35:46 +01:00
PORTVERSION= 3.17
2004-04-13 19:42:11 +02:00
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= archie
1998-11-19 07:24:40 +01:00
MAINTAINER= archie@freebsd.org
COMMENT= Multi-link PPP daemon based on netgraph(4)
1999-02-28 22:41:09 +01:00
MTREE_FILE= ${FILESDIR}/mpd.mtree
1999-02-26 07:25:11 +01:00
MAN8= mpd.8
MANCOMPRESSED= maybe
USE_OPENSSL= yes
MAKE_ENV= COPTS=-I${OPENSSLINC} LDADD=-L${OPENSSLLIB}
2003-11-22 21:51:05 +01:00
post-install:
@${INSTALL_SCRIPT} -m 751 ${FILESDIR}/mpd.sh ${PREFIX}/etc/rc.d/mpd.sh.sample
.include <bsd.port.mk>