blob: 96180c4a5c89413adbe8a942189828e351864d44 (
plain)
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.meowfishies.com/code/
MAINTAINER= sethk@meowfishies.com
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
USE_ZIP= yes
USE_GMAKE= yes
MAKEFILE= Makefile.linux
MAKE_ENV+= INSTALL=${INSTALL} BINGRP=${BINGRP} BINMODE=${BINMODE} \
BINOWN=${BINOWN}
.include <bsd.port.mk>
|