mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
Submitted by: Panagiotis Astithas <past@netmode.ntua.gr> Jeremy Faulkner <gldisater@gldis.ca> Torben Jager <Torben.Jaeger@t-online.de> Georg-W. Koltermann <gwk@rahn-koltermann.de> Reviewed by: java
16 lines
672 B
Bash
16 lines
672 B
Bash
#*******************************************************************************
|
|
# Copyright (c) 2000, 2004 IBM Corporation and others.
|
|
# All rights reserved. This program and the accompanying materials
|
|
# are made available under the terms of the Common Public License v1.0
|
|
# which accompanies this distribution, and is available at
|
|
# http://www.eclipse.org/legal/cpl-v10.html
|
|
#
|
|
# Contributors:
|
|
# IBM Corporation - initial API and implementation
|
|
# Kevin Cornell (Rational Software Corporation)
|
|
# Tom Tromey (Red Hat, Inc.)
|
|
#*******************************************************************************
|
|
|
|
#!/bin/sh
|
|
|
|
gmake -f make_gtk.mak ${1} ${2} ${3} ${4}
|