Hook up miniupnp (minissdpd, miniupnpc, miniupnpd)
This commit is contained in:
parent
4712c03841
commit
7f8a616017
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.725 2012/01/08 14:58:37 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.726 2012/01/13 09:24:28 ajacoutot Exp $
|
||||
# $FreeBSD: Makefile,v 1.129 1997/11/20 13:47:40 itojun Exp $
|
||||
#
|
||||
|
||||
@ -192,6 +192,7 @@
|
||||
SUBDIR += meanwhile
|
||||
SUBDIR += microblog-purple
|
||||
SUBDIR += minbif
|
||||
SUBDIR += miniupnp
|
||||
SUBDIR += mirmon
|
||||
SUBDIR += mirror
|
||||
SUBDIR += mldonkey
|
||||
|
8
net/miniupnp/Makefile
Normal file
8
net/miniupnp/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1 2012/01/13 09:24:28 ajacoutot Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += miniupnpc
|
||||
SUBDIR += miniupnpd
|
||||
SUBDIR += minissdpd
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
16
net/miniupnp/Makefile.inc
Executable file
16
net/miniupnp/Makefile.inc
Executable file
@ -0,0 +1,16 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.1 2012/01/13 09:24:28 ajacoutot Exp $
|
||||
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://miniupnp.free.fr/
|
||||
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}files/
|
||||
NO_REGRESS= Yes
|
Loading…
Reference in New Issue
Block a user