mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
0c9df415d1
The bsd.*.mk architecture has not supported these antique releases for quite some time. Hat: portmgr
37 lines
884 B
Makefile
37 lines
884 B
Makefile
# New ports collection makefile for: cd-write
|
|
# Date created: 1 May 1997
|
|
# Whom: jmz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cd-write
|
|
PORTVERSION= 1.4.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= jmz
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
COMMENT= A X11 based CD-burner
|
|
|
|
LIB_DEPENDS= tixsam8184.1:${PORTSDIR}/x11-toolkits/tix
|
|
USE_PERL5_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/cd-write
|
|
|
|
PLIST_FILES= bin/cd-write
|
|
|
|
pre-build:
|
|
@cd ${WRKSRC}; ${ECHO_CMD} all: cd-write >> Makefile
|
|
@cd ${WRKSRC}/c++tk; ${MV} Makefile Makefile~; \
|
|
${SED} -e s:/usr/local:${PREFIX}:g \
|
|
-e s:/usr/X11R6:${X11BASE}:g <Makefile~ >Makefile
|
|
@cd ${WRKSRC}; ${MV} Makefile Makefile~; \
|
|
${SED} -e s:/usr/local:${PREFIX}:g \
|
|
-e s:/usr/X11R6:${X11BASE}:g <Makefile~ >Makefile
|
|
|
|
post-install:
|
|
@PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|