aboutsummaryrefslogtreecommitdiffstats
path: root/x11/ebuttons/Makefile
blob: 7e2258dc108952a8d351dda7b1536b2c4bd6c92c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    E-Buttons
# Date created:     30 March 2000
# Whom:         jhb
#
# $FreeBSD$
#

PORTNAME=   E-buttons
PORTVERSION=    0.2
PORTREVISION=   3
CATEGORIES= x11
MASTER_SITES=   http://freebsd.unixfreunde.de/sources/ \
        http://mirror2.unixfreunde.de/
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    A simple epplet that contains several buttons used to launch programs

LIB_DEPENDS=    epplet.1:${PORTSDIR}/x11-wm/epplets

PLIST_FILES=    bin/E-Buttons.epplet

WRKSRC=     ${WRKDIR}/E-buttons

USE_X_PREFIX=   yes
CPPFLAGS=   -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS=    -L${LOCALBASE}/lib -L${X11BASE}/lib -lepplet -lGL ${PTHREAD_LIBS}

do-build:
    cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} -o E-Buttons.epplet \
        ${PORTNAME}.c ${LDFLAGS}

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/E-Buttons.epplet ${PREFIX}/bin

.include <bsd.port.mk>
letions'>-24/+12 * - Use OPTIONS_SLAVEsunpoet2014-02-151-1/+1 * - Convert USE_SCONS to USESmiwi2014-02-131-3/+2 * According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-107-0/+14 * - Support stagingehaupt2014-02-102-11/+9 * Deprecate ports unmaintained for which distillator is not able to find public...bapt2014-02-081-0/+3 * Chase boost and icu bumpbapt2014-02-072-1/+2 * chinese/kcfonts: Mark jobs unsafemarino2014-02-061-0/+2 * - Update to 3.8.1sunpoet2014-02-042-3/+3 * - Update to 3.8.1sunpoet2014-02-042-3/+3 * Stage support for japanese/kon2-16dot and it's slavespawel2014-02-021-5/+8 * - Update gimp-help ports to 2.8.1. Polish translation has been removed, newmakc2014-02-011-3/+3 * Respect $CCjohans2014-01-261-4/+7 * Master port has been stage, add stage support here too so that the man pageantoine2014-01-261-1/+0 * Fix properties on pkg-plistbapt2014-01-2211-11/+0 * Stage supportantoine2014-01-211-4/+0 * Stage supportantoine2014-01-211-15/+6 * Stage supportantoine2014-01-211-19/+12 * Stage supportantoine2014-01-211-1/+0 * Support stagebapt2014-01-161-18/+7 * Reduce over inclusion of bsd.port.mkbapt2014-01-161-8/+2 * Reduce over inclusion of bsd.port.mkbapt2014-01-161-7/+2 * Reduce over inclusion of bsd.port.mkbapt2014-01-161-7/+1 * Add stagedir support.vanilla2014-01-0913-39/+53 * Add stagedir support.vanilla2014-01-092-1/+11 * Add stagedir support.vanilla2014-01-0915-63/+51 * Support STAGEDIR.vanilla2014-01-0817-80/+82 * Remove color code from pkg-message this is terminal dependantbapt2014-01-072-5/+5 * Revise previous change: only remove USE_GCC=yes when we are usingdelphij2014-01-071-1/+7 * In preparation for Qt 5 ports:makc2014-01-074-34/+4 * Mark as MAKE_JOBS_UNSAFE, it fails to link with MAKE_JOBS_NUMBER=8antoine2014-01-051-0/+1 * Support stagebapt2014-01-051-1/+0 * With gtk 2.4.22, immodule cache has moved from gtk.immodules toantoine2014-01-058-61/+48 * Fix packaging after MASTER port was stagedantoine2014-01-041-1/+0 * Convert chinese to MDOCSadamw2014-01-0312-14/+32 * Stage supportantoine2013-12-311-6/+4 * Stage support, uses gmakeantoine2013-12-311-3/+1 * Stage support, uses gmakeantoine2013-12-311-3/+1 * - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkohauer2013-12-311-1/+1 * - Update to 3.8sunpoet2013-12-242-3/+3 * - Update to 3.8sunpoet2013-12-242-3/+3 * Don't use USE_GCC. The C++ runtime would conflict withdelphij2013-12-201-2/+1 * Reset maintainer for llwang@infor.orgkoobs2013-12-181-1/+1 * - Update Calligra Suite to 2.7.5.avilla2013-12-174-6/+4 * Finish stage supportantoine2013-12-152-1/+2 * LEGAL, chinese/moettf: sync LEGAL texteadler2013-12-121-1/+1 * In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-1121-35/+35 * - Remove NO_LATEST_LINKsunpoet2013-12-111-2/+2 * - Update to 0.20sunpoet2013-12-092-3/+3 * - Add LICENSEsunpoet2013-11-231-2/+3 * - Add LICENSEsunpoet2013-11-221-0/+2 * - Add LICENSEsunpoet2013-11-201-2/+3 * - Support STAGElwhsu2013-11-181-5/+4 * - Replace QT_.*_REL with QT_.* in PLIST_SUB.avilla2013-11-172-8/+8 * - Update to 0.19sunpoet2013-11-132-3/+3 * - Update to 3.7.1sunpoet2013-10-312-3/+3 * - Update to 3.7.1sunpoet2013-10-312-3/+3 * - Update to 3.7sunpoet2013-10-262-3/+3 * - Update to 3.7sunpoet2013-10-262-3/+3 * Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1 * - Update to 4.0.6.jkim2013-10-264-10/+8 * - Remove manual creation and removal of share/applications, as it's now in th...amdmi32013-10-226-6/+0 * multimedia/xmms:tijl2013-10-221-8/+3 * Update to 1.3.1.delphij2013-10-213-5/+5 * Remove BROKEN & DEPRECARED.vanilla2013-10-211-5/+0 * Return back to pool.delphij2013-10-212-2/+2 * Deprecated some ports broken for more than 6 monthbapt2013-10-181-0/+3 * - Convert to stagingeadler2013-10-161-27/+16 * Clean up some COMMENTseadler2013-10-161-1/+1 * - Convert to stagingeadler2013-10-161-5/+1 * Fix package name collisionbapt2013-10-141-1/+1 * Update Qt to 4.8.5 and Qt Creator to 2.8.0.rakuco2013-10-142-4/+2 * - Update to 0.17sunpoet2013-10-132-4/+4 * - Remove NO_STAGEsunpoet2013-10-101-1/+0 * - Use USES=gmakesunpoet2013-10-061-1/+1 * - Use USES=gmakesunpoet2013-10-051-1/+1 * - Remove unnecessary slash after STAGEDIRsunpoet2013-10-031-2/+2 * - Add LICENSEsunpoet2013-10-031-1/+3 * - Remove unnecessary slash after STAGEDIRsunpoet2013-10-0311-42/+42 * - Update to 1.14sunpoet2013-10-03