Add working MASTER_SITES; from Rafael Sadowski

This commit is contained in:
jasper 2015-07-30 07:49:33 +00:00
parent e713c132c9
commit e8682a4866
4 changed files with 11 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.11 2013/05/14 07:17:54 jasper Exp $
# $OpenBSD: Makefile.inc,v 1.12 2015/07/30 07:49:33 jasper Exp $
SHARED_ONLY= Yes
@ -15,7 +15,7 @@ PERMIT_PACKAGE_CDROM?= Yes
PERMIT_PACKAGE_FTP?= Yes
PERMIT_DISTFILES_FTP?= Yes
MASTER_SITES?= http://64.34.161.181/download/${MAJOR_VERSION}/sources/
MASTER_SITES_NX= http://code.x2go.org/releases/source/nx-libs/
DIST_SUBDIR= nx
USE_GMAKE?= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2012/10/29 15:19:03 espie Exp $
# $OpenBSD: Makefile,v 1.13 2015/07/30 07:49:33 jasper Exp $
COMMENT= library to compress the standard X protocol
@ -7,6 +7,8 @@ DISTNAME= nxcomp-${MAJOR_VERSION}-${DASHVERSION}
PKGNAME= nxcomp-${MAJOR_VERSION}.${DASHVERSION}
SHARED_LIBS= Xcomp 1.0
MASTER_SITES= ${MASTER_SITES_NX:=nxcomp/}
WANTLIB += jpeg m png stdc++ z
LIB_DEPENDS= graphics/jpeg \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2012/01/03 16:58:38 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.3 2015/07/30 07:49:33 jasper Exp $
COMMENT= NX X proxy support tool
@ -7,6 +7,8 @@ DISTNAME= nxproxy-${MAJOR_VERSION}-${DASHVERSION}
PKGNAME= nxproxy-${MAJOR_VERSION}.${DASHVERSION}
REVISION= 0
MASTER_SITES= ${MASTER_SITES_NX:=nxproxy/}
WANTLIB += c m stdc++ Xcomp
LIB_DEPENDS= x11/nx/nxcomp

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2014/04/21 12:59:48 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.19 2015/07/30 07:49:33 jasper Exp $
COMMENT= OpenSSH client and daemon for NX
@ -11,6 +11,8 @@ CATEGORIES= net
WANTLIB += Xcomp c crypto jpeg m png stdc++ util z
MASTER_SITES= http://distfiles.nl/
LIB_DEPENDS= x11/nx/nxcomp
CONFIGURE_STYLE=gnu