aboutsummaryrefslogtreecommitdiffstats
path: root/audio/wmcdplay/Makefile
blob: bdd8afe2ee6bee56cea9ab2cd40e065b1b76173e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    wmcdplay
# Date created:     7 December 1998
# Whom:         Chia-liang Kao <clkao@CirX.ORG>
#
# $FreeBSD$
#

PORTNAME=   wmcdplay
PORTVERSION=    1.0b1
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

WRKSRC=     ${WRKDIR}/wmcdplay

USE_IMAKE=  yes
USE_XPM=    yes

.include <bsd.port.mk>
/span> * - Convert to USES=libtool and add INSTALL_TARGET=install-striptijl2014-09-083-19/+38 | | | | - Add USE_AUTOTOOLS=libtoolize (and others) because ltmain.sh is a symlink * Berkeley DB cleanup, remove versions 4.0 ... 4.7.mandree2014-08-221-1/+1 | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) * Fix a few of its glaring bugs around type widths.mandree2014-08-166-104/+58 | | | | | Find newer BerkeleyDB versions. Link with PNG again. * Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-07-171-1/+1 | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt) * 1: Stagify.vanilla2014-07-073-109/+102 | | | | | 2: new syntax of LIB_DEPENDS. 3: remove NOPORTDOCS & NOPORTEXAMPLES. * - Convert gmake,bzip2,xz to USESmiwi2014-05-26