2002-11-18 04:57:59 +00:00
|
|
|
# New ports collection makefile for: resid
|
|
|
|
# Date created: 6 October 2002
|
|
|
|
# Whom: Anders Nordby <anders@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= resid
|
2005-09-02 10:23:57 +00:00
|
|
|
PORTVERSION= 0.16
|
2002-11-18 04:57:59 +00:00
|
|
|
CATEGORIES= audio emulators
|
2005-09-02 10:23:57 +00:00
|
|
|
MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/resid/
|
2002-11-18 04:57:59 +00:00
|
|
|
|
2005-10-06 11:57:11 +00:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= Cycle-based SID emulator engine
|
2002-11-18 04:57:59 +00:00
|
|
|
|
2005-05-31 16:10:25 +00:00
|
|
|
USE_LIBTOOL_VER=15
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2002-12-22 17:36:28 +00:00
|
|
|
CONFIGURE_ARGS= --enable-shared
|
2002-11-18 04:57:59 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|