mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
bea0504d8b
PR: 12298 Submitted by: Alexander Langer <alex@cichlids.com>
33 lines
781 B
Makefile
33 lines
781 B
Makefile
# New ports collection makefile for: wxGTK
|
|
# Version required: 2.0.2
|
|
# Date created: 18 Jun 1999
|
|
# Whom: Alexander Langer <alex@cichlids.com>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= wxGTK-2.0.1
|
|
PKGNAME= wxgtk-2.0.1
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= alex@cichlids.com
|
|
|
|
LIB_DEPENDS= gtk10:${PORTSDIR}/x11-toolkits/gtk10:install
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= OSTYPE="${OPSYS}"
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= OSTYPE="${OPSYS}"
|
|
|
|
WRKSRC= ${WRKDIR}/wxGTK
|
|
|
|
post-install:
|
|
# There are two empty directories that make problems
|
|
# while deinstalling if installed as a .tgz-package.
|
|
${TOUCH} ${PREFIX}/include/wx/motif/.placeholder
|
|
${TOUCH} ${PREFIX}/include/wx/common/.placeholder
|
|
|
|
.include <bsd.port.mk>
|