diff options
Diffstat (limited to 'net/uhttpmock/Makefile')
-rw-r--r-- | net/uhttpmock/Makefile | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/net/uhttpmock/Makefile b/net/uhttpmock/Makefile index b595607f7..f0453e794 100644 --- a/net/uhttpmock/Makefile +++ b/net/uhttpmock/Makefile @@ -3,11 +3,10 @@ # $MCom$ PORTNAME= uhttpmock -PORTVERSION= 0.4.0.180914 +PORTVERSION= 0.3.1 PORTREVISION= 1 CATEGORIES= net gnome -MASTER_SITES= LOCAL/kwm -#https://gitorious.org/${GO_ACCOUNT}/${GO_PROJECT}/archive/${GO_TAGNAME}.tar.gz?dummy= \ +MASTER_SITES= http://tecnocode.co.uk/downloads/uhttpmock/ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org @@ -18,22 +17,10 @@ BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ gtkdoc-rebase:${PORTSDIR}/textproc/gtk-doc LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup -WRKSRC= ${WRKDIR}/uhttpmock-uhttpmock - USES= gettext gmake libtool pathfix pkgconfig USE_GNOME= gnomehier gnomeprefix gtk20 introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtoolize autoconf automake -PATHFIX_MAKEFILEIN= Makefile.am INSTALL_TARGET= install-strip -GO_ACCOUNT= uhttpmock -GO_PROJECT= uhttpmock -GO_TAGNAME= 2d07f3819399300 -FETCH_ARGS?= -o ${DISTDIR}/${DISTFILES} - -pre-configure: - cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh - .include <bsd.port.mk> |