19 lines
361 B
Makefile
19 lines
361 B
Makefile
|
# New ports collection makefile for: abcm2ps
|
||
|
# Date created: 2003-06-27
|
||
|
# Whom: arved
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= abcm2ps
|
||
|
PORTVERSION= 2.11.3
|
||
|
CATEGORIES= print audio
|
||
|
MASTER_SITES= http://moinejf.free.fr/
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
COMMENT= Converts ABC to music sheet in PostScript format
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
ALL_TARGET= abcm2ps
|
||
|
|
||
|
.include <bsd.port.mk>
|