blob: 4dff09df87853a13e42a56aac04a1c198d7d9552 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: links
# Version required: 0.82
# Date created: 21 January 2000
# Whom: Michael Vasilenko <acid@stu.cn.ua>
#
# $FreeBSD$
#
DISTNAME= links-0.82
CATEGORIES= www
MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \
http://www.add.com.pl/download/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/links ${PREFIX}/bin
.include <bsd.port.mk>
|