1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/msrc0/Makefile
Baptiste Daroussin fd5f318f3c Deprecate unmaintained ports from devel where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-16 13:55:41 +00:00

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>