1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/audio/libworkman/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00

27 lines
593 B
Makefile

# New ports collection makefile for: libworkman
# Date created: 8 August 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libworkman
PORTVERSION= 1.4
CATEGORIES= audio
MASTER_SITES= ftp://ftp.midwinter.com/WorkMan/SNAPSHOTS/ \
http://people.FreeBSD.org/~jim/distfiles/
DISTNAME= ${PORTNAME}-1999-06-20
MAINTAINER= jim@FreeBSD.org
WRKSRC= ${WRKDIR}/libworkman
USE_IMAKE= yes
INSTALLS_SHLIB= yes
post-patch:
@${CP} ${WRKSRC}/Config ${WRKSRC}/Config.orig;
@${SED} -e 's^/usr/local/^${PREFIX}/^g' \
${WRKSRC}/Config.orig > ${WRKSRC}/Config
.include <bsd.port.mk>