1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/audio/workman/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

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>