3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
26 lines
527 B
Makefile
26 lines
527 B
Makefile
# New ports collection makefile for: wmcdplay
|
|
# Date created: 7 December 1998
|
|
# Whom: Chia-liang Kao <clkao@CirX.ORG>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmcdplay
|
|
PORTVERSION= 1.0b1
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio windowmaker
|
|
MASTER_SITES= http://www.geocities.com/SiliconValley/Vista/2471/files/
|
|
DISTNAME= wmcdplay-1.0-beta1
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A CD player for the WindowMaker dock
|
|
|
|
PLIST_FILES= bin/wmcdplay
|
|
WRKSRC= ${WRKDIR}/wmcdplay
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= xpm
|
|
|
|
.include <bsd.port.mk>
|