5a87288a0c
PR: 28467 Submitted by: MAINTAINER
24 lines
562 B
Makefile
24 lines
562 B
Makefile
# New ports collection makefile for: samplicator
|
|
# Date created: 1 June 2001
|
|
# Whom: Michael Lyngbol <lyngbol@wheel.dk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= samplicator
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.switch.ch/tf-tant/floma/sw/samplicator/
|
|
|
|
MAINTAINER= lyngbol@wheel.dk
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
|
|
${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/${PORTNAME}/
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}/
|
|
|
|
.include <bsd.port.mk>
|