diff options
author | danfe <danfe@FreeBSD.org> | 2011-03-18 17:28:59 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-03-18 17:28:59 +0800 |
commit | d69c11854b8397dae63d1de7b72aa1be76e3a2c2 (patch) | |
tree | 84626cc39763a7870f206c7d77142dba0d146147 /astro | |
parent | 9d726317dcfc5c7ee5e4026f1fd01a2a4cd2753a (diff) | |
download | freebsd-ports-gnome-d69c11854b8397dae63d1de7b72aa1be76e3a2c2.tar.gz freebsd-ports-gnome-d69c11854b8397dae63d1de7b72aa1be76e3a2c2.tar.zst freebsd-ports-gnome-d69c11854b8397dae63d1de7b72aa1be76e3a2c2.zip |
- Add LICENSE (GPLv2) and adjust relevant comment
- Shorten DESKTOP_ENTRIES definition
Diffstat (limited to 'astro')
-rw-r--r-- | astro/celestia/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 67c5ca9449b7..addd2c007936 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -15,6 +15,8 @@ PKGNAMESUFFIX= -${CELESTIA_UI} MAINTAINER= danfe@FreeBSD.org COMMENT= Scriptable space flight simulator for X +LICENSE= GPLv2 + LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png @@ -83,12 +85,8 @@ PLIST_SUB+= KDE="@comment " PORTDOCS= AUTHORS ChangeLog README -DESKTOP_ENTRIES="Celestia" \ - "Explore space" \ - "celestia.png" \ - "celestia" \ - "Application;Astronomy;Education;Science;" \ - ${STARTUP_NOTIFY} +DESKTOP_ENTRIES="Celestia" "Explore space" "celestia.png" "celestia" \ + "Application;Astronomy;Education;Science;" ${STARTUP_NOTIFY} # Lua support should be optional, but the build fails without it USE_LUA= 5.0+ @@ -99,8 +97,8 @@ pre-patch: .for o in O2 ffast-math fexpensive-optimizations fomit-frame-pointer @${REINPLACE_CMD} -e 's|-${o}||g' ${WRKSRC}/configure .endfor -# Inhibit installation of copies of GPL (lots of them!) and remove bogus -# argument from mv(1) +# Inhibit installation of copies of GPL (lots of them; use LICENSE framework +# instead) and remove bogus argument from mv(1) @${REINPLACE_CMD} -e 's|COPYING||g ; s| -b|| ' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|=.*COPYING_\*)|=| ; \ /KDE_DIST/s|COPYING_[^ ]* ||g' ${WRKSRC}/locale/Makefile.in |