mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
d40a7c05fd
PR: ports/7721 Submitted by: yoshiaki@kt.rim.or.jp
28 lines
700 B
Makefile
28 lines
700 B
Makefile
# New ports collection makefile for: mikmod
|
|
# Version required: 3.0.3
|
|
# Date created: 20 April 1997
|
|
# Whom: doconnor@gsoft.com.au
|
|
#
|
|
# $Id: Makefile,v 1.4 1998/01/22 00:20:17 msmith Exp $
|
|
#
|
|
|
|
DISTNAME= mikmod-3.0.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.freenet.tlh.fl.us/~amstpi/
|
|
|
|
MAINTAINER= yoshiaki@kt.rim.or.jp
|
|
|
|
do-build:
|
|
(cd $(WRKSRC); /bin/sh build-mikmod.freebsd.sh)
|
|
|
|
do-install:
|
|
( cd ${WRKSRC}/usercode ; ${INSTALL_PROGRAM} mikmod ${PREFIX}/bin )
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/mikmod
|
|
.for f in bugs.txt changes.txt future.txt mikmod.txt tips.txt
|
|
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/docs/$f ${PREFIX}/share/doc/mikmod
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|