openbsd-ports/net/aget/Makefile

23 lines
433 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:35:45 espie Exp $
COMMENT = multi threaded HTTP download accelerator
2012-11-14 07:53:59 -05:00
DISTNAME = aget-0.4.1
CATEGORIES = net
HOMEPAGE= http://www.enderunix.org/aget/
MASTER_SITES = ${HOMEPAGE}
MAINTAINER = Girish Venkatachalam <girish1729@gmail.com>
# BSD
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c pthread
2013-03-11 07:35:43 -04:00
NO_TEST = Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/aget ${PREFIX}/bin
.include <bsd.port.mk>