mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
21 lines
421 B
Makefile
21 lines
421 B
Makefile
# New ports collection makefile for: wxgtk-contrib
|
|
# Date created: November 4, 2003
|
|
# Whom: fjoe@FreeBSD.ORG
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 12
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= The wxWidgets GUI toolkit contributed libraries
|
|
|
|
USE_WX= 2.4
|
|
WXGTK_FLAVOR= gtk2-contrib
|
|
MASTERDIR= ${.CURDIR}/../wxgtk24
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/contrib/src
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|