54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
25 lines
536 B
Makefile
25 lines
536 B
Makefile
# New ports collection makefile for: wmupmon
|
|
# Date created: Thu Jul 3 14:49:14 EDT 2003
|
|
# Whom: pat
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmupmon
|
|
PORTVERSION= 0.1.3
|
|
CATEGORIES= sysutils windowmaker
|
|
MASTER_SITES= http://j-z-s.com/projects/downloads/
|
|
|
|
MAINTAINER= pat@FreeBSD.org
|
|
COMMENT= An uptime showing dockapp with a similar look to wmcpuload
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
USE_AUTOTOOLS= automake:15 autoheader:259
|
|
CONFIGURE_ARGS= --program-prefix=""
|
|
|
|
MAN1= wmupmon.1
|
|
PLIST_FILES= bin/wmupmon
|
|
|
|
.include <bsd.port.mk>
|