freebsd-ports/misc/wmpal/Makefile
Edwin Groothuis f68147894d Update misc/wmpal: update ${MASTER_SITES}
PR:		ports/52565
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-05-23 00:03:19 +00:00

25 lines
575 B
Makefile

# New ports collection makefile for: wmpal
# Date created: 20 April 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wmpal
PORTVERSION= 0.5
CATEGORIES= misc windowmaker
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A one of the most useless dockapps in the world
LIB_DEPENDS= dockapp.1:${PORTSDIR}/x11-wm/libdockapp
USE_X_PREFIX= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"
.include <bsd.port.mk>