blob: a895485ac0a0187077cd91f6383c41a9032d28c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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@critical.ch
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>
|