freebsd-ports/sysutils/cd-write/Makefile
Satoshi Asami 71824badff Remove "x11" from categories, this is just an application that uses X.
Move WRKSRC down to the right place.
1997-05-07 01:55:30 +00:00

26 lines
694 B
Makefile

# New ports collection makefile for: cd-write
# Version required: 1.1
# Date created: 1 May 1997
# Whom: jmz
#
# $Id: Makefile,v 1.1.1.1 1997/05/04 18:10:54 jmz Exp $
#
DISTNAME= cd-write-1.1
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>