mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
4e74162b8b
Approved by: novel (mentor)
22 lines
510 B
Makefile
22 lines
510 B
Makefile
# New ports collection makefile for: resid
|
|
# Date created: 6 October 2002
|
|
# Whom: Anders Nordby <anders@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= resid
|
|
PORTVERSION= 0.16
|
|
CATEGORIES= audio emulators
|
|
MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/resid/
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Cycle-based SID emulator engine
|
|
|
|
USE_LIBTOOL_VER=15
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS= --enable-shared
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|