mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
62d86a993a
smaller than the .gz one. * Added a few mirror sites, since the main (redhat) site is overloaded at the moment. Thanks to:Mikhail Teterin and Dmitry S. Sivachenko for the suggestion.
30 lines
703 B
Makefile
30 lines
703 B
Makefile
# New ports collection makefile for: SN
|
|
# Date created: 23 July 2000
|
|
# Whom: Donald Burr <dburr@FreeBSD.ORG>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= SN
|
|
PORTVERSION= 4.5.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://sources.redhat.com/pub/sourcenav/releases/ \
|
|
ftp://sourceware.cygnus.com/pub/sourcenav/releases/ \
|
|
ftp://ftp.sunsite.org.uk/Mirrors/sourceware.cygnus.com/pub/sourcenav/releases/ \
|
|
ftp://ftp.ai-lab.fh-furtwangen.de/pub/mirror/sources.redhat.com/pub/sourcenav/releases/
|
|
DISTNAME= SN451
|
|
|
|
MAINTAINER= dburr@FreeBSD.ORG
|
|
|
|
PREFIX= ${LOCALBASE}/SN
|
|
USE_BZIP2= yes
|
|
USE_XLIB= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/SN451
|
|
|
|
post-install:
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
.include <bsd.port.mk>
|