freebsd-ports/net/asfrecorder/Makefile
Kris Kennaway b1e6afbf50 asfrecorder moved to sourceforge, and for some reason the version on the
old site had reverted to an older one.  Change over to the real 1.1
version, and call it 1.1.20010307 to make the portversion monotonic.

Submitted by:	maintainer
2002-03-16 00:24:55 +00:00

29 lines
672 B
Makefile

# Ports collection makefile for: asfrecorder
# Date created: Oct 6 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= asfrecorder
PORTVERSION= 1.1.20010307
CATEGORIES= net audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= asfrecorder
DISTNAME= ASFRecorder
MAINTAINER= roman@xpert.com
USE_ZIP= yes
do-build:
${CC} ${CFLAGS} ${WRKSRC}/source/asfrecorder.c -o ${WRKSRC}/asfrecorder
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/asfrecorder ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/asfrecorder
${INSTALL_DATA} ${WRKSRC}/README.TXT ${PREFIX}/share/doc/asfrecorder
.endif
.include <bsd.port.mk>