blob: 051d98ec472280b97407b5927ffcb52370c150dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: DockApp Library
# Date created: 17 July 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libdockapp
PORTVERSION= 0.4.0
CATEGORIES= x11-wm
MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ \
http://soupnazi.org/FreeBSD/ports/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Standard library for Window Maker dock apps
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_XPM= yes
USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
.include <bsd.port.mk>
|