mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
3aa77171e7
the .la file.
24 lines
567 B
Makefile
24 lines
567 B
Makefile
# New ports collection makefile for: libcdaudio
|
|
# Version required: 0.7.0
|
|
# Date created: 01 June 1999
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1999/06/01 10:46:54 tg Exp $
|
|
#
|
|
|
|
DISTNAME= libcdaudio_0.7.0
|
|
PKGNAME= libcdaudio-0.7.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.debian.org/pub/debian/dists/potato/main/source/libs/
|
|
EXTRACT_SUFX= .orig.tar.gz
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
USE_LIBTOOL= yes
|
|
|
|
post-install:
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|