freebsd-ports/x11/ebuttons/Makefile

37 lines
803 B
Makefile
Raw Normal View History

# New ports collection makefile for: E-Buttons
# Date created: 30 March 2000
# Whom: jhb
#
# $FreeBSD$
2000-04-13 21:19:05 +02:00
#
2000-04-13 21:19:05 +02:00
PORTNAME= E-buttons
PORTVERSION= 0.2
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://www.moodfarm.demon.co.uk/download/
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/libepplet
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/E-Buttons.epplet
WRKSRC= ${WRKDIR}/E-buttons
USE_X_PREFIX= yes
CPPFLAGS= -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${X11BASE}/lib -lepplet ${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>