mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
742e50c885
PR: ports/4814
30 lines
774 B
Makefile
30 lines
774 B
Makefile
# New ports collection makefile for: cd-write
|
|
# Version required: 1.4
|
|
# Date created: 1 May 1997
|
|
# Whom: jmz
|
|
#
|
|
# $Id: Makefile,v 1.7 1997/10/08 07:45:44 asami Exp $
|
|
#
|
|
|
|
DISTNAME= cd-write-1.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
LIB_DEPENDS= tixsam4180\\.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
|
|
|
|
post-install:
|
|
@PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|