blob: 026c4b365e8695f1175ac12c2625592a32e7e87d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: nas (formerly netaudio)
# Version required: 1.2p1
# Date created: 03 Nov 1994
# Whom: jkh
#
# $Id: Makefile,v 1.6 1996/11/15 23:13:56 obrien Exp $
#
DISTNAME= nas-1.2p5
PKGNAME= nas-1.2.5
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= audio/nas
MAINTAINER= jkh@FreeBSD.org
USE_IMAKE= yes
ALL_TARGET= World
# no need to "xmkmf -a" and create the Makefiles twice -- see above
XMKMF= xmkmf
.include <bsd.port.mk>
|