3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
28 lines
627 B
Makefile
28 lines
627 B
Makefile
# New ports collection makefile for: aquaosk
|
|
# Date created: Wed Apr 14 08:28:56 EDT 2003
|
|
# Whom: Brian Skrab <brian@quynh-and-brian.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aquaosk
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-wm kde
|
|
MASTER_SITES= http://www.davidsansome.com/ \
|
|
http://cottage.quynh-and-brian.org/freebsd/ports/distfiles/
|
|
|
|
MAINTAINER= brian@quynh-and-brian.org
|
|
COMMENT= An Acqua-like native window decoration for KDE 3
|
|
|
|
BROKEN= 'Does not build since KDE 3.2'
|
|
IGNORE= ${BROKEN}
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
INSTALLS_SHLIB= yes
|
|
USE_LIBTOOL_VER=13
|
|
USE_KDEBASE_VER=3
|
|
USE_BZIP2= yes
|
|
|
|
.include <bsd.port.mk>
|