freebsd-ports/www/squidtimes/Makefile
Satoshi Asami 7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00

33 lines
601 B
Makefile

# New ports collection makefile for: squidtimes
# Date created: 31 January 1999
# Whom: Dima Sivachenko
#
# $FreeBSD$
#
PORTNAME= squidtimes
PORTVERSION= 1.12
CATEGORIES= www
MASTER_SITES= http://www.cineca.it/~nico/binaries/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= billf
DISTNAME= squidtimes-1.12-freebsd.bin
EXTRACT_SUFX=
MAINTAINER= dima@chg.ru
NO_BUILD= YES
NO_WRKSUBDIR= YES
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= .
do-install:
@ ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/squidtimes
post-install:
@ ${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>