freebsd-ports/x11/xscreensaver.app/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

28 lines
684 B
Makefile

# New ports collection makefile for: XScreenSaver.App
# Date created: 26 September 2004
# Whom: hemi@puresimplicity.net
#
# $FreeBSD$
#
PORTNAME= XScreenSaver.App
PORTVERSION= 2.3
PORTREVISION= 2
CATEGORIES= x11 windowmaker
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= xscreensaverapp
MAINTAINER= hemi@puresimplicity.net
COMMENT= WindowMaker dockapp to control XScreenSaver
LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp
PLIST_FILES= bin/XScreenSaver.App
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib" \
CPPFLAGS="-I${X11BASE}/include"
MAKE_ARGS= "LDFLAGS+=-L${X11BASE}/lib"
.include <bsd.port.mk>