mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
63b1f04492
- While here also add license information checking for working sidplay2 library and headers... /usr/local/lib, /usr/local/include configure: error: sidplay2 build test failed with found library and header files. Please check your installation! In file included from conftest.cc:27: ... /usr/include/stdlib.h:97:17: error: declaration of 'exit' has a different language linkage _Noreturn void exit(int); ^ conftest.cc:11:6: note: previous declaration is here void exit (int); http://beefy12.nyi.freebsd.org/data/head-amd64-default/p472224_s334983/logs/errors/sidplay2-2.0.9_4.log
26 lines
561 B
Makefile
26 lines
561 B
Makefile
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sidplay2
|
|
PORTVERSION= 2.0.9
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio emulators
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sidplay-${PORTVERSION}
|
|
DISTNAME= sidplay-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Commodore SID music player using libsidplay2
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libsidplay2.so:audio/libsidplay2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= pkgconfig
|
|
USE_CXXSTD= c++98
|
|
|
|
PLIST_FILES= bin/sidplay2 man/man1/sidplay2.1.gz
|
|
|
|
.include <bsd.port.mk>
|