mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
6e752fef3b
PR: 45919 Submitted by: Ports Fury
33 lines
732 B
Makefile
33 lines
732 B
Makefile
# New ports collection makefile for: libsidplay2
|
|
# Date created: 6 October 2002
|
|
# Whom: Anders Nordby <anders@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libsidplay2
|
|
PORTVERSION= 2.0.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= sidplay2
|
|
DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION}-5
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= resid.2:${PORTSDIR}/audio/resid
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME:S/2//}-${PORTVERSION}
|
|
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ARGS= --with-resid-includes=${LOCALBASE}/include \
|
|
--with-resid-library=${LOCALBASE}/lib
|
|
INSTALLS_SHLIB= yes
|
|
|
|
post-patch:
|
|
@${CHMOD} +rw ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
.include <bsd.port.mk>
|