blob: c82c571b30133d99080c72eebed14f2e0f642bd6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# ex:ts=8
# New ports collection makefile for: Maaate
# Date created: Fab 12, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Maaate
PORTVERSION= 0.1.0
CATEGORIES= audio
MASTER_SITES= http://www.cmis.csiro.au/dmis/maaate/
MAINTAINER= ijliao@FreeBSD.org
USE_AUTOCONF= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/Maaate
@${CP} ${WRKSRC}/doc/* ${PREFIX}/share/doc/Maaate
.endif
.include <bsd.port.mk>
|