diff options
Diffstat (limited to 'audio/nas/Makefile')
-rw-r--r-- | audio/nas/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index dc65ca72aa0c..2a4c3c620e2a 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -3,14 +3,16 @@ # Date created: 03 Nov 1994 # Whom: jkh # -# $Id: Makefile,v 1.4 1995/10/04 10:31:58 asami Exp $ +# $Id: Makefile,v 1.5 1996/10/03 13:42:48 adam Exp $ # DISTNAME= nas-1.2p5 PKGNAME= nas-1.2.5 -CATEGORIES+= audio +CATEGORIES= audio MASTER_SITES= ftp://ftp.x.org/contrib/audio/nas/ +MAINTAINER= jkh@FreeBSD.org + USE_IMAKE= yes ALL_TARGET= World # no need to "xmkmf -a" and create the Makefiles twice -- see above |