1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/comms/qpage/Makefile

28 lines
585 B
Makefile

# New ports collection makefile for: qpage
# Date created: 02 Aug 1997
# Whom: joes@seaport.net
#
# $FreeBSD$
#
PORTNAME= qpage
PORTVERSION= 3.2
CATEGORIES= comms
#MASTER_SITES= http://www.qpage.org/download/
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= fenner
EXTRACT_SUFX= .tar.Z
MAINTAINER= joes@seaport.net
MAN1= qpage.1
post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/qpage.sh ]; then \
${ECHO} "Install ${PREFIX}/etc/rc.d/qpage.sh startup file."; \
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/qpage.sh \
${PREFIX}/etc/rc.d/qpage.sh; \
fi
.include <bsd.port.mk>