285f21a87c
o Host distfile on maintainer's personal site; the master site has sailed off the edge of the world. PR: 31557 Submitted by: maintainer o remove ":install" from LIB_DEPENDS. DEPENDS_TARGET is "intsall" by default.
25 lines
485 B
Makefile
25 lines
485 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.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>
|