# New ports collection makefile for: wmget # Date created: 05.01.2004 # Whom: Ulrich Spoerlein # # $FreeBSD$ PORTNAME= wmget PORTVERSION= 0.6.0 PORTREVISION= 4 CATEGORIES= ftp MASTER_SITES= http://amtrickey.net/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= uspoerlein@gmail.com COMMENT= Dock app for Window Maker providing wget functionality LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl USE_XORG= x11 xpm USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV+= ${CONFIGURE_ENV} MAN1= wmget.1 PLIST_FILES= bin/wmget do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmget ${PREFIX}/bin .if !defined(NO_INSTALL_MANPAGES) ${INSTALL_MAN} ${WRKSRC}/wmget.1 ${PREFIX}/man/man1 .endif .include vcs-git' href='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/gq
Commit message (Expand)AuthorAgeFilesLines
* - Add LICENSEamdmi32017-04-122-9/+13
* net/gq: Replace deprecated des_ methods and structsbrnrd2016-07-022-2/+61
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-1/+1
* Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-031-1/+1
* Fix some _DEPENDSantoine2015-01-251-2/+2
* - Remove PTHREAD_CFLAGS/PTHREAD_LIBStijl2015-01-10