1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11-wm/libdockapp/Makefile
Will Andrews 7be2f16539 Add USE_BZIP2, remove redundant GNU_CONFIGURE; properly account for new
libraries installed by this port (ldconfig in PLIST).

PR:		18886
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-29 22:24:54 +00:00

23 lines
459 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_BZIP2= yes
USE_X_PREFIX= yes
USE_LIBTOOL= yes
.include <bsd.port.mk>