blob: a75edf611f3eda15ac45ef996a63b0c234bbfc75 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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/
DISTNAME= SN451
MAINTAINER= dburr@FreeBSD.ORG
PREFIX= ${LOCALBASE}/SN
USE_XLIB= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/SN451
post-install:
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>
|