UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
28 lines
681 B
Makefile
28 lines
681 B
Makefile
# Created by: me
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fvwm
|
|
PORTVERSION= 1.24r
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-1/
|
|
PKGNAMESUFFIX= 1${PKGNAMESUFFIX2}
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= The fvwm window manager
|
|
|
|
USES= imake
|
|
USE_XORG= xbitmaps xpm xext x11 xmu
|
|
|
|
pre-configure:
|
|
${REINPLACE_CMD} -e '/DependSubdirs/y,/*#, ,' ${WRKSRC}/Imakefile
|
|
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
|
|
${WRKSRC}/configure.h \
|
|
${WRKSRC}/sample.fvwmrc/system.fvwmrc
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/include/X11/pixmaps
|
|
${INSTALL_DATA} ${WRKSRC}/fvwm_icons/*.xpm \
|
|
${STAGEDIR}${PREFIX}/include/X11/pixmaps
|
|
|
|
.include <bsd.port.mk>
|