dbc54bd994
PR: ports/145889 Submitted by: Christopher Key <cjk32 AT cam.ac.uk> (maintainer)
32 lines
921 B
Makefile
32 lines
921 B
Makefile
# New ports collection makefile for: audio/linux-genpuid
|
|
# Date created: 2009-03-24
|
|
# Whom: Christopher Key <cjk32@cam.ac.uk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= genpuid
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= audio linux
|
|
MASTER_SITES= https://secure.musicip.com/dns/files/
|
|
PKGNAMEPREFIX= linux-
|
|
DISTNAME= ${PORTNAME}_linux_${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= cjk32@cam.ac.uk
|
|
COMMENT= Application for generating MusicIP puids
|
|
|
|
USE_LINUX= yes
|
|
NO_BUILD= yes
|
|
IA32_BINARY_PORT= yes
|
|
|
|
PLIST_FILES= bin/genpuid bin/mipcore libexec/mipcore
|
|
|
|
do-install:
|
|
${BRANDELF} -t Linux ${WRKDIR}/${PORTNAME}-${PORTVERSION}/genpuid
|
|
${BRANDELF} -t Linux ${WRKDIR}/${PORTNAME}-${PORTVERSION}/mipcore
|
|
${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/genpuid ${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/mipcore ${PREFIX}/libexec
|
|
${LN} -fhs ${PREFIX}/libexec/mipcore ${PREFIX}/bin/mipcore
|
|
|
|
.include <bsd.port.mk>
|