aboutsummaryrefslogtreecommitdiffstats
path: root/misc/chord/Makefile
blob: 9fe9fe2289705447826d69a19087f5fd92cd013f (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
30
# New ports collection makefile for:    chord
# Date created:     24 April 1995
# Whom:         Satoshi Asami
#
# $FreeBSD$
#

PORTNAME=   chord
PORTVERSION=    3.6
CATEGORIES= misc
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= trevor
DISTNAME=   ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Produce PS sheet-music from text input

CFLAGS+=    -DPAPERSIZE=US
MAKE_ARGS=  CC="${CC}" CFLAGS="${CFLAGS}"

PLIST_FILES=    bin/chord bin/a2crd
MAN1=       a2crd.1 chord.1

do-install:
.   for m in ${MAN1:R}
    @${INSTALL_MAN} ${WRKSRC}/${m}.man ${MANPREFIX}/man/man1/${m}.1
.   endfor
    @cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PLIST_FILES:T} ${PREFIX}/bin

.include <bsd.port.mk>
1-0/+1 * - Drop auto*tools support (unbreak)pav2004-03-254-16/+11 * Add size data, approved by maintainers.trevor2004-03-211-0/+1 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-03-121-1/+1 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-1/+2 * Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1 * Unbreak build by use WANT_AUTOMAKE_VER=15.osa2003-10-211-1/+1 * Unbreak port by added dependency on autoconf.edwin2003-10-131-2/+1 * BROKEN: Broken pkg-plistkris2003-10-131-0/+2 * - Fix build package on bentokrion2003-09-251-0/+11 * Correct libintl shlib version number.adamw2003-09-161-1/+1