2002-11-18 05:57:59 +01:00
|
|
|
# New ports collection makefile for: resid
|
|
|
|
# Date created: 6 October 2002
|
|
|
|
# Whom: Anders Nordby <anders@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= resid
|
2003-12-30 19:58:32 +01:00
|
|
|
PORTVERSION= 0.15
|
2002-11-18 05:57:59 +01:00
|
|
|
CATEGORIES= audio emulators
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= sidplay2
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Cycle-based SID emulator engine
|
2002-11-18 05:57:59 +01:00
|
|
|
|
2004-07-09 19:43:11 +02:00
|
|
|
USE_INC_LIBTOOL_VER= 13
|
2002-12-22 18:36:28 +01:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
CONFIGURE_ARGS= --enable-shared
|
2002-11-18 05:57:59 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|