blob: ca46d27bb03733158e0eca3311eda5163193333a (
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
# Version required: 0.2
# Date created: 17 July 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= docklib-0.2
PKGNAME= libdockapp-0.2
CATEGORIES= x11-wm
MASTER_SITES= http://wit401310.student.utwente.nl/apps/apps/ \
http://people.FreeBSD.org/~jim/distfiles/ \
ftp://shadowmere.student.utwente.nl/pub/WindowMaker/
MAINTAINER= jim@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
.include <bsd.port.mk>
|