aboutsummaryrefslogtreecommitdiff
path: root/audio/resid/Makefile
blob: 22a5f23db0d864a0e20438356e8b7c19d3d7dc1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Anders Nordby <anders@FreeBSD.org>
# $FreeBSD$

PORTNAME=	resid
PORTVERSION=	0.16
PORTREVISION=	3
CATEGORIES=	audio emulators
MASTER_SITES=	LOCAL/ehaupt

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Cycle-based SID emulator engine

LICENSE=	GPLv2

USES=		libtool
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

CONFIGURE_ARGS=		--enable-shared

INSTALL_TARGET=	install-strip

.include <bsd.port.mk>