mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
34 lines
727 B
Makefile
34 lines
727 B
Makefile
# New ports collection makefile for: workman
|
|
# Date created: 25 Now 1995
|
|
# Whom: Donald Burr <d_burr@ix.netcom.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= workman
|
|
PORTVERSION= 1.3a
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= applications/WorkMan
|
|
DISTNAME= WorkMan-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Open Look-based CD player tool
|
|
|
|
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
|
|
|
|
WRKSRC= ${WRKDIR}/workman
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext
|
|
MAN1= workman.1
|
|
MAN5= workmandb.5
|
|
PLIST_FILES= bin/workman lib/help/workman.info
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-install:
|
|
${GZIP_CMD} ${PREFIX}/man/man5/workmandb.5
|
|
|
|
.include <bsd.port.post.mk>
|