diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 06:02:02 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 06:02:02 +0000 |
commit | 9ee1cd30090143c52fbe231cc82ac4d7911023bc (patch) | |
tree | 0cbb9d2ca3e64fbe10a413911392212ab7a7577e /www/links/Makefile | |
parent | 78bd257ed8f77dc0dd83dd93e164712283e97769 (diff) | |
download | ports-9ee1cd30090143c52fbe231cc82ac4d7911023bc.tar.gz ports-9ee1cd30090143c52fbe231cc82ac4d7911023bc.zip |
Notes
Diffstat (limited to 'www/links/Makefile')
-rw-r--r-- | www/links/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/links/Makefile b/www/links/Makefile new file mode 100644 index 000000000000..4dff09df8785 --- /dev/null +++ b/www/links/Makefile @@ -0,0 +1,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> |