Import audio/flacon version 2.1.0
[dports.git] / audio / resid / Makefile
1 # Created by: Anders Nordby <anders@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       resid
5 PORTVERSION=    0.16
6 PORTREVISION=   3
7 CATEGORIES=     audio emulators
8 MASTER_SITES=   LOCAL/ehaupt
9
10 MAINTAINER=     ehaupt@FreeBSD.org
11 COMMENT=        Cycle-based SID emulator engine
12
13 LICENSE=        GPLv2
14
15 USES=           libtool
16 GNU_CONFIGURE=  yes
17 USE_LDCONFIG=   yes
18
19 CONFIGURE_ARGS=         --enable-shared
20
21 INSTALL_TARGET= install-strip
22
23 .include <bsd.port.mk>