2001-04-07 06:43:40 +02:00
|
|
|
# New ports collection makefile for: wmix
|
|
|
|
# Date created: 2 April 2001
|
|
|
|
# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wmix
|
2004-07-15 13:45:37 +02:00
|
|
|
PORTVERSION= 3.1
|
2001-04-07 06:43:40 +02:00
|
|
|
CATEGORIES= audio windowmaker
|
2001-04-30 23:53:15 +02:00
|
|
|
MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/
|
2001-04-07 06:43:40 +02:00
|
|
|
|
2004-07-15 13:45:37 +02:00
|
|
|
MAINTAINER= bogorodskiy@inbox.ru
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= An audio mixer for the WindowMaker dock with TV-like OSD
|
2001-04-07 06:43:40 +02:00
|
|
|
|
2004-07-15 13:45:37 +02:00
|
|
|
USE_REINPLACE= yes
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/wmix
|
2004-07-15 13:45:37 +02:00
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
USE_XPM= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="${LDFLAGS} -L${X11BASE}/lib"
|
|
|
|
|
|
|
|
PORTDOCS= AUTHORS BUGS INSTALL NEWS README
|
2001-04-07 06:43:40 +02:00
|
|
|
|
|
|
|
do-install:
|
2004-07-15 13:45:37 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmix ${PREFIX}/bin
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.ifndef (NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for i in ${PORTDOCS}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
2001-04-07 06:43:40 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|