blob: 3d4eb17cd7ffa55cbaa4b52690bf3e8995a631d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: DockApp Library
# Version required: 0.2
# Date created: 17 July 1999
# Whom: Jim Mock <jim@phrantic.phear.net>
#
# $Id$
#
DISTNAME= docklib-0.2
PKGNAME= libdockapp-0.2
CATEGORIES= x11-wm
MASTER_SITES= http://wit401310.student.utwente.nl/apps/apps/
MAINTAINER= jim@phrantic.phear.net
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
.include <bsd.port.mk>
|