mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +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
654 B
Makefile
27 lines
654 B
Makefile
# New ports collection makefile for: astime
|
|
# Date created: 21 Nov 1998
|
|
# Whom: Brian Handy <handy@physics.montana.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= astime
|
|
PORTVERSION= 2.8
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-clocks afterstep
|
|
MASTER_SITES= ftp://ftp.afterstep.org/apps/astime/ \
|
|
http://www.tigr.net/afterstep/download/astime/
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
COMMENT= Time/Date applet for WindowMaker
|
|
|
|
USE_XORG= xpm
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-xpm-library="${LOCALBASE}/lib" --with-xpm-includes="${LOCALBASE}/include/X11"
|
|
INSTALL_TARGET= install install.man
|
|
|
|
MAN1= astime.1
|
|
PLIST_FILES= bin/astime
|
|
|
|
.include <bsd.port.mk>
|