openbsd-ports/net/wget/Makefile

25 lines
532 B
Makefile
Raw Normal View History

1997-12-06 15:44:45 -05:00
# OpenBSD makefile for: wget
1998-06-27 19:03:39 -04:00
# Version required: 1.5.2
1997-12-06 15:44:45 -05:00
# Date created: December 6, 1997
# Whom: Angelos D. Keromytis
#
1998-06-27 19:03:39 -04:00
# $OpenBSD: Makefile,v 1.2 1998/06/27 23:03:39 angelos Exp $
1997-12-06 15:44:45 -05:00
#
1998-06-27 19:03:39 -04:00
DISTNAME= wget-1.5.2
1997-12-06 15:44:45 -05:00
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= angelos@openbsd.org
GNU_CONFIGURE= yes
MAN1= wget.1
post-install:
if [ ! -f ${PREFIX}/info/dir ]; then \
sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
-install-info ${PREFIX}/info/wget.info ${PREFIX}/info/dir
.include <bsd.port.mk>