1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/comms/qpage/Makefile
Satoshi Asami 5998193efe Um, this isn't quite right....
-------
===>  Extracting for qpage-3.2
>> Checksum OK for qpage-3.2.tar.Z.
/usr/bin/tar: archive /usr/ports/distfiles//qpage-3.2.tar.Z EOF not on block boundary
*** Error code 1

Stop.
1998-08-31 05:30:20 +00:00

29 lines
738 B
Makefile

# New ports collection makefile for: qpage
# Version required: 3.2
# Date created: 02 Aug 1997
# Whom: joes@seaport.net
#
# $Id: Makefile,v 1.5 1998/08/30 15:41:25 steve Exp $
#
DISTNAME= qpage-3.2
CATEGORIES= comms
MASTER_SITES= http://www.qpage.org/download/
EXTRACT_SUFX= .tar.Z
MAINTAINER= joes@seaport.net
BROKEN= corrupted distfile
MAN1= qpage.1
post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/qpage.sh ]; then \
${ECHO} "Install ${PREFIX}/etc/rc.d/qpage.sh startup file."; \
${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/qpage.sh; \
${ECHO} "[ -x ${PREFIX}/bin/qpage ] && ${PREFIX}/bin/qpage -q10 && echo -n ' qpage'" >> ${PREFIX}/etc/rc.d/qpage.sh; \
chmod 751 ${PREFIX}/etc/rc.d/qpage.sh; \
fi
.include <bsd.port.mk>