freebsd-ports/print/abcm2ps/Makefile
Clement Laforet 106b8eaa49 - Update to 3.7.18
- Use PORTDOCS
2004-01-22 10:10:35 +00:00

25 lines
497 B
Makefile

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