summaryrefslogtreecommitdiff
path: root/sysutils/cd-write/Makefile
blob: 3ac3c013f50239733ea5a335ecbd92d3d20a11f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    cd-write
# Version required:     1.2
# Date created:         1 May 1997
# Whom:                 jmz
#
# $Id: Makefile,v 1.2 1997/05/07 01:55:30 asami Exp $
#

DISTNAME=       cd-write-1.2
CATEGORIES=     sysutils
MASTER_SITES=   ftp://ftp.obs-besancon.fr/pub/outgoing/

MAINTAINER=     jmz@FreeBSD.org

LIB_DEPENDS=	tixsam4175\\.1\\.:${PORTSDIR}/x11/tix

WRKSRC=		${WRKDIR}/cd-write

pre-build:
	@cd ${WRKSRC}; mv Makefile Makefile~; \
		sed -e s:/usr/local:${PREFIX}:g <Makefile~ >Makefile;\
		echo all: cd-write >> Makefile
	@cd ${WRKSRC}/c++tk; mv Makefile Makefile~; \
		sed -e s:/usr/local:${PREFIX}:g <Makefile~ >Makefile

.include <bsd.port.mk>