Lines 7-27
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= pstoedit |
8 |
PORTNAME= pstoedit |
9 |
PORTVERSION= 3.32 |
9 |
PORTVERSION= 3.32 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= graphics print |
11 |
CATEGORIES= graphics print |
11 |
MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/ |
12 |
MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/ |
12 |
|
13 |
|
13 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= ports@FreeBSD.org |
14 |
|
15 |
|
15 |
BUILD_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu |
16 |
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ |
16 |
LIB_DEPENDS= ming.3:${PORTSDIR}/graphics/ming \ |
17 |
gs:${PORTSDIR}/print/ghostscript-gnu |
17 |
plot.4:${PORTSDIR}/graphics/plotutils \ |
18 |
LIB_DEPENDS= Magick++.5:${PORTSDIR}/graphics/ImageMagick \ |
|
|
19 |
ming.3:${PORTSDIR}/graphics/ming \ |
18 |
plotter.4:${PORTSDIR}/graphics/plotutils |
20 |
plotter.4:${PORTSDIR}/graphics/plotutils |
19 |
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu |
21 |
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ |
|
|
22 |
gs:${PORTSDIR}/print/ghostscript-gnu |
20 |
|
23 |
|
21 |
INSTALLS_SHLIB= yes |
|
|
22 |
USE_LIBTOOL= yes |
24 |
USE_LIBTOOL= yes |
23 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
|
|
24 |
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |
25 |
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |
|
|
26 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
27 |
INSTALLS_SHLIB= yes |
25 |
|
28 |
|
26 |
MAN1= pstoedit.1 |
29 |
MAN1= pstoedit.1 |
27 |
|
30 |
|
Lines 30-39
Link Here
|
30 |
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib |
33 |
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib |
31 |
|
34 |
|
32 |
post-install: |
35 |
post-install: |
33 |
${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${PREFIX}/man/man1 |
36 |
${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${MANPREFIX}/man/man1 |
34 |
.if !defined(NOPORTDOCS) |
37 |
.if !defined(NOPORTDOCS) |
35 |
@${MKDIR} ${DOCSDIR} |
38 |
@${MKDIR} ${DOCSDIR} |
36 |
${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${DOCSDIR} |
39 |
${INSTALL_DATA} ${WRKSRC}/changelog.htm ${DOCSDIR} |
|
|
40 |
${INSTALL_DATA} ${WRKSRC}/index.htm ${DOCSDIR} |
41 |
${INSTALL_DATA} ${WRKSRC}/doc/pstoedit.htm ${DOCSDIR} |
37 |
.endif |
42 |
.endif |
38 |
|
43 |
|
39 |
.include <bsd.port.mk> |
44 |
.include <bsd.port.mk> |