mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
17 lines
290 B
Makefile
17 lines
290 B
Makefile
|
# New ports collection makefile for: libwww
|
||
|
# Version required: 4.0D
|
||
|
# Date created: 18 Feb 1996
|
||
|
# Whom: torstenb
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= libwww_4.0D_src
|
||
|
PKGNAME= libwww-4.0D
|
||
|
CATEGORIES+= www devel
|
||
|
MASTER_SITES= ftp://ftp.w3.org/pub/libwww/
|
||
|
|
||
|
WRKSRC= ${WRKDIR}/WWW
|
||
|
|
||
|
.include <bsd.port.mk>
|