mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f952ba2b7e
Submitted by: Pascal Hofstee <daeron@wit401305.student.utwente.nl>
23 lines
463 B
Makefile
23 lines
463 B
Makefile
# 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://people.FreeBSD.org/~jim/distfiles/
|
|
|
|
MAINTAINER= jim@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
.include <bsd.port.mk>
|