Changeset View
Changeset View
Standalone View
Standalone View
audio/xmcd/Makefile
| PORTNAME= xmcd | PORTNAME= xmcd | ||||
| PORTVERSION= 3.3.2 | PORTVERSION= 3.3.2 | ||||
| PORTREVISION= 23 | PORTREVISION= 23 | ||||
| CATEGORIES= audio | CATEGORIES= audio | ||||
| MASTER_SITES= http://freebsd.nsu.ru/distfiles/ | MASTER_SITES= http://freebsd.nsu.ru/distfiles/ | ||||
| MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
| COMMENT= Motif CD player | COMMENT= Motif CD player | ||||
| WWW= https://www.ibiblio.org/tkan/xmcd/ | WWW= https://www.ibiblio.org/tkan/xmcd/ | ||||
| BROKEN_mips64= Fails to compile: many undefined symbols in xorg.cf | |||||
| LIB_DEPENDS+= libvorbis.so:audio/libvorbis \ | LIB_DEPENDS+= libvorbis.so:audio/libvorbis \ | ||||
| libFLAC.so:audio/flac | libFLAC.so:audio/flac | ||||
| RUN_DEPENDS+= lame:audio/lame | RUN_DEPENDS+= lame:audio/lame | ||||
| USES= imake motif ncurses xorg | USES= imake motif ncurses xorg | ||||
| USE_XORG= x11 xext xaw xmu xpm xt sm ice | USE_XORG= x11 xext xaw xmu xpm xt sm ice | ||||
| PLIST_SUB+= RELEASE=${OSREL:R:R} ARCH=${ARCH:S/aarch64/arm64/:C/armv.*/arm/:C/powerpc64.*/powerpc/:C/riscv64.*/riscv/} OPSYS=${OPSYS} | PLIST_SUB+= RELEASE=${OSREL:R:R} ARCH=${ARCH:S/aarch64/arm64/:C/armv.*/arm/:C/powerpc64.*/powerpc/:C/riscv64.*/riscv/} OPSYS=${OPSYS} | ||||
| SUB_FILES= pkg-message | SUB_FILES= pkg-message | ||||
| ▲ Show 20 Lines • Show All 58 Lines • Show Last 20 Lines | |||||