mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
26 lines
513 B
Makefile
26 lines
513 B
Makefile
# New ports collection makefile for: wmx10
|
|
# Date created: 16 September 2000
|
|
# Whom: eric
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmx10
|
|
PORTVERSION= 0.03
|
|
PORTREVISION= 2
|
|
CATEGORIES= misc windowmaker
|
|
MASTER_SITES= http://www.cs.uml.edu/~jhawkins/wmx10/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Remote control for X10 devices
|
|
|
|
WRKSRC= ${WRKDIR}/wmx10.app/wmx10
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
USE_GMAKE= yes
|
|
|
|
PLIST_FILES= bin/wmx10
|
|
|
|
.include <bsd.port.mk>
|