mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
fd5f318f3c
where no distfiles can be found and are not used by maintained ports
29 lines
663 B
Makefile
29 lines
663 B
Makefile
# New ports collection makefile for: msrc0
|
|
# Date created: 17 November 1999
|
|
# Whom: ajk@waterspout.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= msrc0
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.physics.purdue.edu/pub/pundits/ \
|
|
ftp://archive.progeny.com/pundits/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Meta source fake-out script for building ksb tools
|
|
|
|
DEPRECATED= Upstream disapear and distfile is no more available
|
|
EXPIRATION_DATE= 2011-05-01
|
|
|
|
NO_BUILD= yes
|
|
PLIST_FILES= bin/makeme
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-0.6
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/makeme ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|