mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
17 lines
326 B
Makefile
17 lines
326 B
Makefile
# New ports collection makefile for: wxgtk-common
|
|
# Date created: November 4, 2003
|
|
# Whom: fjoe@FreeBSD.ORG
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= The wxWidgets GUI toolkit (common files)
|
|
|
|
WXGTK_FLAVOR= gtk-common
|
|
MASTERDIR= ${.CURDIR}/../wxgtk
|
|
|
|
.include "${MASTERDIR}/Makefile"
|