mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
27 lines
556 B
Makefile
27 lines
556 B
Makefile
# New ports collection makefile for: wmcalc
|
|
# Date created: 28 March 2000
|
|
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmcalc
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= math windowmaker
|
|
MASTER_SITES= http://members.cox.net/ehf_dockapps/wmcalc/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= jedgar
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple dockable calculator
|
|
|
|
ALL_TARGET= clean wmcalc
|
|
PLIST_FILES= bin/wmcalc
|
|
USE_XORG= xpm
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmcalc ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|