a63b14f155
- Remove obvious pkg-message PR: ports/92519 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Approved by: maintainer timeout (2 months)
31 lines
684 B
Makefile
31 lines
684 B
Makefile
# New ports collection makefile for: webredirect
|
|
# Date created: 24 October 2000
|
|
# Whom: kaj@Raditex.se
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= webredirect
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://ftp.stacken.kth.se/pub/projects/webredirect/
|
|
|
|
MAINTAINER= rasmus@kaj.se
|
|
COMMENT= Small web server serving "301 Moved Permanently" only
|
|
|
|
ALL_TARGET= depend all
|
|
|
|
MAN1= webredirect.1
|
|
PLIST_FILES= bin/webredirect
|
|
USE_RC_SUBR= webredirect.sh
|
|
|
|
pre-build:
|
|
@${TOUCH} ${WRKSRC}/incu/depend.mk
|
|
@${TOUCH} ${WRKSRC}/depend.mk
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/webredirect ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/webredirect.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|