blob: 774da045f22b5263799ffa48481dda728d82d04e (
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
|
# 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>
|