1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/audio/artswrapper/Makefile
Raphael Kubo da Costa f5aa85a02d Drop maintainership of a few more KDE3 ports.
Approved by:	avilla (maintainer)
2011-09-04 23:25:33 +00:00

35 lines
712 B
Makefile

# New ports collection makefile for: artsrapper
# Date created: 2004-03-04
# Whom: Michael Nottebrock <lofi@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= artswrapper
PORTVERSION= 1.5.3
CATEGORIES= audio
DISTNAME= # none
EXTRACT_SUFX= # none
MAINTAINER= ports@FreeBSD.org
COMMENT= Setuid wrapper for arts
NO_WRKSUBDIR= yes
PLIST_FILES= bin/artswrapper
.if defined(KDE_PREFIX)
PREFIX= ${KDE_PREFIX}
.endif
do-fetch:
.include <bsd.port.pre.mk>
do-build:
${CC} ${CFLAGS} -DHAVE_REALTIME_SCHED -DEXECUTE=\"${PREFIX}/bin/artsd\" -o ${WRKSRC}/artswrapper ${FILESDIR}/artswrapper.c
do-install:
${INSTALL} ${COPY} ${STRIP} ${_BINOWNGRP} -m 4555 ${WRKSRC}/artswrapper ${PREFIX}/bin
.include <bsd.port.post.mk>