diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-01-28 23:35:37 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-01-28 23:35:37 +0000 |
commit | 0bd5c0fdb79808e56707a8f35bfa80617e452d52 (patch) | |
tree | 347776625de90f74be92017565755287cb01b27e /www/squidclients/Makefile | |
parent | c2248db03e6c7fb84e8efa3b7a84b577eda64dd2 (diff) |
Notes
Diffstat (limited to 'www/squidclients/Makefile')
-rw-r--r-- | www/squidclients/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/www/squidclients/Makefile b/www/squidclients/Makefile new file mode 100644 index 000000000000..45f8d5096d57 --- /dev/null +++ b/www/squidclients/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: squidclients +# Version required: 1.6 +# Date created: 05 January 1999 +# Whom: Dima Sivachenko +# +# $Id$ +# + +DISTNAME= squidclients-1.6-freebsd.bin +PKGNAME= squidclients-1.6 +CATEGORIES= www +MASTER_SITES= http://www.cineca.it/~nico/binaries/ +EXTRACT_SUFX= + +MAINTAINER= dima@chg.ru + +NO_BUILD= YES +NO_WRKSUBDIR= YES + +EXTRACT_CMD= ${CP} +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= . + +do-install: + @ ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/squidclients + +post-install: + @ ${CAT} ${PKGDIR}/MESSAGE + +.include <bsd.port.mk> |