diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 15:00:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 15:00:44 +0800 |
commit | 2ea731964eb67c501dccc7db3bd1e17a299faa62 (patch) | |
tree | 567d3c4f39ba679f84c7c393db293295d2f6b632 /science/xmakemol/Makefile | |
parent | a564d011d1e5b4c73ae59238e35a2521f20d22d1 (diff) | |
download | freebsd-ports-gnome-2ea731964eb67c501dccc7db3bd1e17a299faa62.tar.gz freebsd-ports-gnome-2ea731964eb67c501dccc7db3bd1e17a299faa62.tar.zst freebsd-ports-gnome-2ea731964eb67c501dccc7db3bd1e17a299faa62.zip |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
Diffstat (limited to 'science/xmakemol/Makefile')
-rw-r--r-- | science/xmakemol/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/science/xmakemol/Makefile b/science/xmakemol/Makefile index 32dda8928c72..f937d825376e 100644 --- a/science/xmakemol/Makefile +++ b/science/xmakemol/Makefile @@ -1,8 +1,5 @@ -# New ports collection makefile for: xmakemol -# Date created: 8 June, 2001 -# Whom: Chi +# Created by: Chi # $FreeBSD$ -# PORTNAME= xmakemol PORTVERSION= 5.16 @@ -13,10 +10,9 @@ MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Molecule Viewer Program Based on Motif Widget +USES= gmake motif USE_XORG= xpm USE_GL= glut glw -USE_MOTIF= yes -USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= xmakemol.1 |