freebsd-ports/devel/msrc0/Makefile

28 lines
602 B
Makefile
Raw Normal View History

# New ports collection makefile for: msrc0
# Date created: 17 November 1999
# Whom: ajk@waterspout.com
#
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= msrc0
PORTVERSION= 0.7
CATEGORIES= devel
MASTER_SITES= ftp://ftp.physics.purdue.edu/pub/pundits/ \
http://www.komquats.com/distfiles/ \
http://people.freebsd.org/~cy/distfiles/
EXTRACT_SUFX= .tgz
MAINTAINER= cy@FreeBSD.org
2003-02-21 12:23:04 +01:00
COMMENT= Meta source fake-out script for building ksb tools
NO_BUILD= yes
PLIST_FILES= bin/makeme
WRKSRC= ${WRKDIR}/${PORTNAME}-0.6
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/makeme ${PREFIX}/bin
.include <bsd.port.mk>