freebsd-ports/emulators/bsvc/Makefile
Satoshi Asami 5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00

26 lines
555 B
Makefile

# New ports collection Makefile for: bsvc
# Date created: 03-Mar-1997
# Whom: tenser@spitfire.ecsel.psu.edu
#
# $FreeBSD$
#
PORTNAME= bsvc
PORTVERSION= 2.1
CATEGORIES= emulators tk82
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/emulators
DISTFILES= ${DISTNAME}-src.tar.gz
MAINTAINER= jseger@FreeBSD.org
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
WRKSRC= ${WRKDIR}/${DISTNAME}/src
MAKE_ENV= PROJECT_BASE=${PREFIX} WRKSRC=${WRKSRC}
post-patch:
${CP} ${WRKSRC}/Makefile.ULTRIX ${WRKSRC}/Makefile
.include <bsd.port.mk>