1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/audio/resid/Makefile

27 lines
591 B
Makefile
Raw Normal View History

# New ports collection makefile for: resid
# Date created: 6 October 2002
# Whom: Anders Nordby <anders@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= resid
PORTVERSION= 0.16
PORTREVISION= 1
CATEGORIES= audio emulators
2006-06-01 12:13:54 +00:00
MASTER_SITES= http://critical.ch/distfiles/ \
http://energy.critical.ch/distfiles/ \
${MASTER_SITE_LOCAL}
2005-10-31 22:30:11 +00:00
MASTER_SITE_SUBDIR= ehaupt
MAINTAINER= ehaupt@FreeBSD.org
2003-02-20 17:07:10 +00:00
COMMENT= Cycle-based SID emulator engine
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
2005-10-31 22:30:11 +00:00
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-shared
.include <bsd.port.mk>