freebsd-ports/audio/resid/Makefile

24 lines
398 B
Makefile
Raw Normal View History

# Created by: Anders Nordby <anders@FreeBSD.org>
# $FreeBSD$
PORTNAME= resid
PORTVERSION= 0.16
2016-08-08 11:32:17 +02:00
PORTREVISION= 3
CATEGORIES= audio emulators
MASTER_SITES= LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Cycle-based SID emulator engine
2011-12-27 16:14:23 +01:00
LICENSE= GPLv2
USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
2005-10-31 23:30:11 +01:00
CONFIGURE_ARGS= --enable-shared
2016-08-08 11:32:17 +02:00
INSTALL_TARGET= install-strip
.include <bsd.port.mk>