60d1a83c2a
- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
35 lines
731 B
Makefile
35 lines
731 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= euclid-wm
|
|
PORTVERSION= 0.4.3
|
|
CATEGORIES= x11-wm
|
|
#MASTER_SITES= http://euclid-wm.googlecode.com/files/
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= anastmag@gmail.com
|
|
COMMENT= Minimalist, tiling window manager for X11
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
OPTIONS_DEFINE= XINERAMA
|
|
XINERAMA_DESC= X11 Xinerama extention support
|
|
OPTIONS_DEFAULT=XINERAMA
|
|
|
|
XINERAMA_ALL_TARGET= euclid-wm
|
|
XINERAMA_USE= XORG=xinerama
|
|
|
|
USES= gmake
|
|
USE_XORG= x11
|
|
|
|
PLIST_FILES= bin/euclid-wm \
|
|
bin/start-euclid \
|
|
man/man1/euclid-wm.1.gz \
|
|
share/euclid-wm/euclid-wm.conf \
|
|
share/euclid-wm/euclidrc \
|
|
share/euclid-wm/VERSION \
|
|
share/xsessions/euclid.desktop
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/euclid-wm
|
|
|
|
.include <bsd.port.mk>
|