1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/resid/Makefile
Dmitry Marakasov 332a864490 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-05 18:39:25 +00:00

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>