freebsd-ports/audio/resid/Makefile
Sergey Matveychuk ea5e1e14e0 - Update to 0.16
- Pass maintainership to submitter

PR:		ports/84856
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-09-02 10:23:57 +00:00

21 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@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>