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
|
2005-09-02 12:23:57 +02:00
|
|
|
PORTVERSION= 0.16
|
2002-11-18 05:57:59 +01:00
|
|
|
CATEGORIES= audio emulators
|
2005-09-02 12:23:57 +02:00
|
|
|
MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/resid/
|
2002-11-18 05:57:59 +01:00
|
|
|
|
2005-09-02 12:23:57 +02:00
|
|
|
MAINTAINER= ehaupt@critical.ch
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Cycle-based SID emulator engine
|
2002-11-18 05:57:59 +01:00
|
|
|
|
2005-05-31 18:10:25 +02:00
|
|
|
USE_LIBTOOL_VER=15
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2002-12-22 18:36:28 +01:00
|
|
|
CONFIGURE_ARGS= --enable-shared
|
2002-11-18 05:57:59 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|