summaryrefslogtreecommitdiff
path: root/sysutils/cd-write/Makefile
blob: 407ebd891127cdfeae1299258140dc01db98d79e (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.3 1997/05/19 21:28:26 jmz 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>