mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
67e03fa8b1
PR: 202977 Submitted by: christopher.key@cantab.net MFH: 2015Q3 (build fix blanket)
30 lines
861 B
Makefile
30 lines
861 B
Makefile
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= genpuid
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= audio linux
|
|
MASTER_SITES= http://www.spicefly.com/files/
|
|
PKGNAMEPREFIX= linux-
|
|
DISTNAME= ${PORTNAME}_linux_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Application for generating MusicIP puids
|
|
|
|
USES= tar:tgz
|
|
|
|
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 ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/mipcore ${STAGEDIR}${PREFIX}/libexec
|
|
${LN} -fhs ${PREFIX}/libexec/mipcore ${STAGEDIR}${PREFIX}/bin/mipcore
|
|
|
|
.include <bsd.port.mk>
|