mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
332a864490
Approved by: portmgr blanket
22 lines
363 B
Makefile
22 lines
363 B
Makefile
# Created by: Anders Nordby <anders@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= resid
|
|
PORTVERSION= 0.16
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio emulators
|
|
MASTER_SITES= CRITICAL
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Cycle-based SID emulator engine
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ARGS= --enable-shared
|
|
|
|
.include <bsd.port.mk>
|