mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
22 lines
502 B
Makefile
22 lines
502 B
Makefile
# Created by: Donald Burr <d_burr@ix.netcom.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= workman
|
|
PORTVERSION= 1.3a
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= XCONTRIB/applications/WorkMan
|
|
DISTNAME= WorkMan-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Open Look-based CD player tool
|
|
|
|
LIB_DEPENDS= libxview.so:x11-toolkits/xview
|
|
|
|
WRKSRC= ${WRKDIR}/workman
|
|
USES= imake
|
|
USE_XORG= x11 xext
|
|
PLIST_FILES= bin/workman lib/help/workman.info man/man1/workman.1.gz man/man5/workmandb.5.gz
|
|
|
|
.include <bsd.port.mk>
|