blob: 40a180ca35e5fe4124f61f6ec0c80ab213c27d2b (
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
|
# 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_INC_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|