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.
28 lines
745 B
Makefile
28 lines
745 B
Makefile
# Ports collection makefile for: libsexy
|
|
# Date created: 2005-11-06
|
|
# Whom: Andreas Kohn <andreas@syndrom23.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libsexy
|
|
PORTVERSION= 0.1.3.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits devel
|
|
MASTER_SITES= http://osiris.chipx86.com/projects/libsexy/releases/
|
|
|
|
MAINTAINER= andreas@syndrom23.de
|
|
COMMENT= Extension widgets for GTK+
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
|
|
LIB_DEPENDS= enchant:${PORTSDIR}/textproc/enchant
|
|
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
|
|
|
|
USE_GNOME= gnomehack lthack gtk20 libxml2
|
|
USE_AUTOTOOLS= libtool:15
|
|
INSTALLS_SHLIB= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|