View | Details | Raw Unified | Return to bug 59469
Collapse All | Expand All

(-)print/abcm2ps/Makefile (-1 / +7 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/print/abcm2ps/Makefile,v 1.1 2003/06/27 12:32:57 arved Exp $
5
# $FreeBSD: ports/print/abcm2ps/Makefile,v 1.1 2003/06/27 12:32:57 arved Exp $
6
6
7
PORTNAME=	abcm2ps
7
PORTNAME=	abcm2ps
8
PORTVERSION=	2.11.3
8
PORTVERSION=	3.7.15
9
CATEGORIES=	print audio
9
CATEGORIES=	print audio
10
MASTER_SITES=	http://moinejf.free.fr/
10
MASTER_SITES=	http://moinejf.free.fr/
11
11
Lines 14-18 Link Here
14
14
15
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
16
ALL_TARGET=	abcm2ps
16
ALL_TARGET=	abcm2ps
17
18
post-install:
19
.if !defined(NOPORTDOCS)
20
	@${MKDIR} ${DOCSDIR}
21
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
22
.endif
17
23
18
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)print/abcm2ps/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (abcm2ps-2.11.3.tar.gz) = 7ebf6ac9b94b16e6443ce911bb10a4ec
1
MD5 (abcm2ps-3.7.15.tar.gz) = 78b009e6eff000013d29f4f351212d5b
(-)print/abcm2ps/pkg-plist (-5 / +7 lines)
Lines 1-6 Link Here
1
bin/abcm2ps
1
bin/abcm2ps
2
share/abcm2ps/fbook.fmt
2
%%DATADIR%%/fbook.fmt
3
share/abcm2ps/fonts.fmt
3
%%DATADIR%%/fonts.fmt
4
share/abcm2ps/landscape.fmt
4
%%DATADIR%%/landscape.fmt
5
share/abcm2ps/tight.fmt
5
%%DATADIR%%/tight.fmt
6
@dirrm share/abcm2ps
6
%%PORTDOCS%%%%DOCSDIR%%/README
7
%%PORTDOCS%%@dirrm %%DOCSDIR%%
8
@dirrm %%DATADIR%%

Return to bug 59469