freebsd-ports/print/abcm2ps/Makefile
Kirill Ponomarev cd0fc86c72 Update to version 3.7.21
PR:		ports/75401
Submitted by:	Ports Fury
2004-12-23 10:19:41 +00:00

29 lines
642 B
Makefile

# New ports collection makefile for: abcm2ps
# Date created: 2003-06-27
# Whom: arved
#
# $FreeBSD$
PORTNAME= abcm2ps
PORTVERSION= 3.7.21
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= ${PORTNAME}
PORTDOCS= README
PLIST_FILES= bin/abcm2ps %%DATADIR%%/fbook.fmt %%DATADIR%%/fonts.fmt \
%%DATADIR%%/landscape.fmt %%DATADIR%%/tight.fmt
PLIST_DIRS= %%DATADIR%%
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>