mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
428fac4e1c
Add USES=xorg and USES=gl to ports in categories starting with 's' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
27 lines
733 B
Makefile
27 lines
733 B
Makefile
# Created by: Dima Sivachenko <dima@chg.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ascpu
|
|
PORTVERSION= 1.11
|
|
PORTREVISION= 6
|
|
CATEGORIES= sysutils afterstep
|
|
MASTER_SITES= http://www.tigr.net/afterstep/download/ascpu/
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= CPU statistics monitor utility for XFree86
|
|
|
|
USES= jpeg xorg
|
|
USE_XORG= xpm
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-xpm-includes=${LOCALBASE}/include --with-xpm-library=${LOCALBASE}/lib
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
MAKE_ENV= EXTRA_LIBRARIES="-L${LOCALBASE}/lib"
|
|
|
|
PLIST_FILES= "@(,kmem,2555) bin/ascpu" man/man1/ascpu.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_MAN} ${WRKSRC}/ascpu.man ${STAGEDIR}${PREFIX}/man/man1/ascpu.1
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ascpu ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|