mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 08:26:27 -04:00
Take maintainership & clean up
- Remove unnecessary variables like USE_XORG and FONTSDIR. - Set NO_ARCH and FONTNAME. - Silence post-extract commands - Pet portlint, portclippy, and portfmt.
This commit is contained in:
parent
ccb9898145
commit
212e589fc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515915
1 changed files with 7 additions and 7 deletions
|
@ -2,32 +2,32 @@
|
||||||
|
|
||||||
PORTNAME= alef
|
PORTNAME= alef
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.0
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= x11-fonts
|
CATEGORIES= x11-fonts
|
||||||
MASTER_SITES= http://alef.hagilda.com/
|
MASTER_SITES= http://alef.hagilda.com/
|
||||||
DISTNAME= Alef
|
DISTNAME= Alef
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= 0mp@FreeBSD.org
|
||||||
COMMENT= Free multi-lingual font designed for screens
|
COMMENT= Free multi-lingual font designed for screens
|
||||||
|
|
||||||
LICENSE= OFL11
|
LICENSE= OFL11
|
||||||
LICENSE_FILE= ${WRKSRC}/OFL-license.txt
|
LICENSE_FILE= ${WRKSRC}/OFL-license.txt
|
||||||
|
|
||||||
USES= fonts zip
|
USES= fonts zip
|
||||||
USE_XORG= x11
|
FONTNAME= Alef
|
||||||
|
|
||||||
NO_WRKSUBDIR= yes
|
NO_ARCH= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
FONTSDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME}
|
NO_WRKSUBDIR= yes
|
||||||
|
|
||||||
PLIST_FILES= ${FONTSDIR}/Alef-Bold.ttf \
|
PLIST_FILES= ${FONTSDIR}/Alef-Bold.ttf \
|
||||||
${FONTSDIR}/Alef-Regular.ttf
|
${FONTSDIR}/Alef-Regular.ttf
|
||||||
|
|
||||||
PORTDOCS= COMING-SOON.txt readme.txt
|
PORTDOCS= COMING-SOON.txt readme.txt
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
${MV} ${WRKSRC}/--COMING-SOON--.txt ${WRKSRC}/COMING-SOON.txt
|
@${MV} ${WRKSRC}/--COMING-SOON--.txt ${WRKSRC}/COMING-SOON.txt
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||||
|
|
Loading…
Add table
Reference in a new issue