mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
21 lines
367 B
Makefile
21 lines
367 B
Makefile
|
# ex:ts=8
|
||
|
# New ports collection makefile for: nettle
|
||
|
# Date created: Dec 6, 2001
|
||
|
# Whom: ijliao
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= nettle
|
||
|
PORTVERSION= 1.0
|
||
|
CATEGORIES= security
|
||
|
MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \
|
||
|
ftp://ftp.lysator.liu.se/pub/security/lsh/
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
USE_GMAKE= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|