Lines 6-28
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= libdockapp |
8 |
PORTNAME= libdockapp |
9 |
PORTVERSION= 0.4.0 |
9 |
PORTVERSION= 0.6.0 |
10 |
CATEGORIES= x11-wm |
10 |
CATEGORIES= x11-wm |
11 |
MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ \ |
11 |
MASTER_SITES= http://solfertje.student.utwente.nl/~dalroi/libdockapp/files/ |
12 |
http://soupnazi.org/FreeBSD/ports/distfiles/ |
|
|
13 |
|
12 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= ports@FreeBSD.org |
15 |
COMMENT= Standard library for Window Maker dock apps |
14 |
COMMENT= Standard library for Window Maker dock apps |
16 |
|
15 |
|
|
|
16 |
WRKSRC= ${WRKDIR}/${PORTNAME:S/^lib//}-${PORTVERSION} |
17 |
|
17 |
USE_BZIP2= yes |
18 |
USE_BZIP2= yes |
18 |
USE_X_PREFIX= yes |
19 |
USE_X_PREFIX= yes |
19 |
USE_XPM= yes |
20 |
USE_XPM= yes |
20 |
USE_LIBTOOL_VER=15 |
21 |
USE_LIBTOOL_VER= 15 |
|
|
22 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
23 |
CONFIGURE_ARGS= --without-font --without-examples |
21 |
INSTALLS_SHLIB= yes |
24 |
INSTALLS_SHLIB= yes |
22 |
USE_REINPLACE= yes |
|
|
23 |
|
25 |
|
24 |
post-patch: |
26 |
post-install: |
25 |
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ |
27 |
@${MKDIR} ${PREFIX}/lib/X11/fonts/dockapp |
26 |
${WRKSRC}/configure |
28 |
.for file in fonts.alias fonts.dir *.pcf.gz |
|
|
29 |
${INSTALL_DATA} ${WRKSRC}/fonts/${file} ${PREFIX}/lib/X11/fonts/dockapp |
30 |
.endfor |
31 |
.if !defined(NOPORTDOCS) |
32 |
@${MKDIR} ${EXAMPLESDIR} |
33 |
.for file in README |
34 |
${INSTALL_DATA} ${WRKSRC}/examples/${file} ${EXAMPLESDIR} |
35 |
.endfor |
36 |
@${MKDIR} ${EXAMPLESDIR}/basic |
37 |
.for file in Imakefile README *.c *.xpm |
38 |
${INSTALL_DATA} ${WRKSRC}/examples/basic/${file} ${EXAMPLESDIR}/basic |
39 |
.endfor |
40 |
@${MKDIR} ${EXAMPLESDIR}/rectangles |
41 |
.for file in Imakefile *.c |
42 |
${INSTALL_DATA} ${WRKSRC}/examples/rectangles/${file} ${EXAMPLESDIR}/rectangles |
43 |
.endfor |
44 |
.endif |
27 |
|
45 |
|
28 |
.include <bsd.port.mk> |
46 |
.include <bsd.port.mk> |