summaryrefslogtreecommitdiff
path: root/net/mtftpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/mtftpd/Makefile')
-rw-r--r--net/mtftpd/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/mtftpd/Makefile b/net/mtftpd/Makefile
new file mode 100644
index 00000000000..89c8734dfc7
--- /dev/null
+++ b/net/mtftpd/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/05/11 20:27:04 jmcneill Exp $
+
+DISTNAME= mtftpd-20080229
+CATEGORIES= net
+MASTER_SITES= http://www.invisible.ca/~jmcneill/netbsd/
+
+MAINTAINER= jmcneill@invisible.ca
+COMMENT= Open-loop multicast TFTP server
+
+WRKSRC= ${WRKDIR}/mtftpd
+
+USE_BSD_MAKEFILE= yes
+
+.include "../../mk/bsd.prefs.mk"
+
+CFLAGS+= -DPKG_SYSCONFDIR=\"${PKG_SYSCONFDIR}\"
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mtftpd
+ ${INSTALL_DATA} ${WRKSRC}/mtftpd.plist ${PREFIX}/share/examples/mtftpd
+
+.include "../../mk/bsd.pkg.mk"