114f2e0be1
Submitted by: Seth <sethk@osd.bsdi.com>
25 lines
491 B
Makefile
25 lines
491 B
Makefile
# New ports collection makefile for: nosefart
|
|
# Date created: 11 October 2000
|
|
# Whom: sethk
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nosefart
|
|
PORTVERSION= 1.92
|
|
CATEGORIES= audio emulators
|
|
MASTER_SITES= http://www.nofrendo.org/nosefart/
|
|
|
|
MAINTAINER= sethk@osd.bsdi.com
|
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt:install
|
|
|
|
USE_ZIP= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAKEFILE= Makefile.linux
|
|
MAKE_ENV+= INSTALL=${INSTALL} BINGRP=${BINGRP} BINMODE=${BINMODE} \
|
|
BINOWN=${BINOWN}
|
|
|
|
.include <bsd.port.mk>
|